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
@@ -62,19 +62,19 @@ class ShoppingCartLock : public View {
true};
Text text_empty{
{40, 70, 160, 16},
{UI_POS_X_CENTER(20), 70, 160, 16},
"RocketGod was here"};
Button button_lock{
{40, 165, 160, 35},
{UI_POS_X_CENTER(20), 165, 160, 35},
LanguageHelper::currentMessages[LANG_LOCK]};
Button button_unlock{
{40, 205, 160, 35},
{UI_POS_X_CENTER(20), 205, 160, 35},
LanguageHelper::currentMessages[LANG_UNLOCK]};
Button button_stop{
{40, 245, 160, 35},
{UI_POS_X_CENTER(20), 245, 160, 35},
LanguageHelper::currentMessages[LANG_STOP]};
MessageHandlerRegistration message_handler_fifo_signal{