mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-19 14:25:09 +03:00
Radio hardware screen improvements (#7843)
Move some items in 212 radio right Fix X9E BT mode issue
This commit is contained in:
parent
a73a79fb02
commit
d086cfb9eb
5 changed files with 17 additions and 12 deletions
|
@ -292,7 +292,7 @@ void onHardwareAntennaSwitchConfirm(const char * result)
|
|||
|
||||
#if LCD_W >= 212
|
||||
#define HW_SETTINGS_COLUMN1 12*FW
|
||||
#define HW_SETTINGS_COLUMN2 (HW_SETTINGS_COLUMN1 + 6*FW)
|
||||
#define HW_SETTINGS_COLUMN2 (20*FW - 3)
|
||||
#else
|
||||
#define HW_SETTINGS_COLUMN1 30
|
||||
#define HW_SETTINGS_COLUMN2 (HW_SETTINGS_COLUMN1 + 5*FW)
|
||||
|
@ -569,7 +569,7 @@ void menuRadioHardware(event_t event)
|
|||
lcdDrawTextAlignedLeft(y, STR_BLUETOOTH);
|
||||
lcdDrawTextAtIndex(HW_SETTINGS_COLUMN2, y, STR_BLUETOOTH_MODES, g_eeGeneral.bluetoothMode, attr);
|
||||
if (attr) {
|
||||
g_eeGeneral.bluetoothMode = checkIncDecGen(event, g_eeGeneral.bluetoothMode, BLUETOOTH_OFF, BLUETOOTH_TRAINER);
|
||||
g_eeGeneral.bluetoothMode = checkIncDecGen(event, g_eeGeneral.bluetoothMode, BLUETOOTH_OFF, BLUETOOTH_MAX);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue