1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

[Horus] Cosmetics

This commit is contained in:
Bertrand Songis 2016-03-01 19:57:08 +01:00
parent dcc9dcbe99
commit 2f9ae3750d

View file

@ -25,9 +25,9 @@
#define TRIM_RV_X (LCD_W-35)
#define TRIM_RH_X (LCD_W-175)
#define TRIM_V_Y 55
#define TRIM_H_Y 235
#define TRIM_H_Y (LCD_H-37)
#define TRIM_LEN 80
#define POTS_LINE_Y 252
#define POTS_LINE_Y (LCD_H-20)
Layout * customScreens[MAX_CUSTOM_SCREENS] = { 0, 0, 0, 0, 0 };
Topbar * topbar;