mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-23 13:30:32 -05:00
Multi screen support, with dyn alignment (#2801)
This commit is contained in:
parent
23cabb8b8a
commit
371b6b5079
161 changed files with 4042 additions and 4157 deletions
|
|
@ -72,7 +72,7 @@ class McuTemperatureView : public View {
|
|||
|
||||
private:
|
||||
Text text_title{
|
||||
{76, 16, screen_width, 16},
|
||||
{UI_POS_X_CENTER(11), 16, UI_POS_WIDTH(11), 16},
|
||||
"Temperature",
|
||||
};
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ class McuTemperatureView : public View {
|
|||
};
|
||||
|
||||
Button button_done{
|
||||
{72, screen_height - 56, 96, 24},
|
||||
{UI_POS_X_CENTER(12), UI_POS_Y_BOTTOM(3), UI_POS_WIDTH(12), 24},
|
||||
"Done"};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue