mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fixes #1251
This commit is contained in:
parent
2a9429d183
commit
78ef42755b
1 changed files with 2 additions and 2 deletions
|
@ -4807,8 +4807,8 @@ void menuModelLogicalSwitches(uint8_t event)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LCD_W >= 212
|
#if LCD_W >= 212
|
||||||
#define MODEL_CUSTOM_FUNC_1ST_COLUMN (5+3*FW)
|
#define MODEL_CUSTOM_FUNC_1ST_COLUMN (4*FW+2)
|
||||||
#define MODEL_CUSTOM_FUNC_2ND_COLUMN (8*FW)
|
#define MODEL_CUSTOM_FUNC_2ND_COLUMN (8*FW+2)
|
||||||
#define MODEL_CUSTOM_FUNC_3RD_COLUMN (20*FW)
|
#define MODEL_CUSTOM_FUNC_3RD_COLUMN (20*FW)
|
||||||
#define MODEL_CUSTOM_FUNC_4TH_COLUMN (33*FW-3)
|
#define MODEL_CUSTOM_FUNC_4TH_COLUMN (33*FW-3)
|
||||||
#define MODEL_CUSTOM_FUNC_4TH_COLUMN_ONOFF (34*FW-3)
|
#define MODEL_CUSTOM_FUNC_4TH_COLUMN_ONOFF (34*FW-3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue