mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
Multi screen support, with dyn alignment (#2801)
This commit is contained in:
+2
-2
@@ -62,7 +62,7 @@ class ADSBPositionView : public OptionTabView {
|
||||
GeoPos::HIDDEN};
|
||||
|
||||
Button button_set_map{
|
||||
{8 * 8, 6 * 16, 14 * 8, 2 * 16},
|
||||
{UI_POS_X_CENTER(14), 6 * 16, 14 * 8, 2 * 16},
|
||||
"Set from map"};
|
||||
};
|
||||
|
||||
@@ -244,7 +244,7 @@ class ADSBTxView : public View {
|
||||
"-"};
|
||||
|
||||
TransmitterView tx_view{
|
||||
16 * 16,
|
||||
(int16_t)UI_POS_Y_BOTTOM(4),
|
||||
1000000,
|
||||
0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user