Multi screen support, with dyn alignment (#2801)

This commit is contained in:
Totoo
2025-10-03 19:10:10 +02:00
committed by GitHub
parent 23cabb8b8a
commit 371b6b5079
161 changed files with 4042 additions and 4157 deletions
@@ -49,7 +49,7 @@ class DebugFontsView : public View {
void paint_zoomed_text(Painter& painter);
NumberField field_cursor{
{0 * 8, 0 * 8},
{UI_POS_X(0), 0 * 8},
4,
{0, 1000},
1,
@@ -61,7 +61,7 @@ class DebugFontsView : public View {
1,
' '};
Text text_address{
{screen_width / 2, 0 * 16, screen_width / 2, 16},
{screen_width / 2, UI_POS_Y(0), screen_width / 2, 16},
"0x20",
};
NavigationView& nav_;