mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Fixes
This commit is contained in:
parent
541b5e8f3c
commit
8ff59c0928
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ bool menuRadioDiagAnalogs(event_t event)
|
|||
#endif
|
||||
|
||||
#if defined(HARDWARE_TOUCH)
|
||||
if (!touchGT911Flag) {
|
||||
if (touchGT911Flag) {
|
||||
lcdDrawText(MENUS_MARGIN_LEFT, MENU_CONTENT_TOP + 7 * FH, "Touch panel:");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue