mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Backlight color UI in firmware, backend TODO
This commit is contained in:
parent
e3955159a2
commit
147b6af9cf
14 changed files with 29 additions and 2 deletions
|
@ -210,6 +210,12 @@
|
|||
#define IF_GVARS(x)
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS) && defined(REVPLUS)
|
||||
#define IF_REVPLUS(x) x,
|
||||
#else
|
||||
#define IF_REVPLUS(x)
|
||||
#endif
|
||||
|
||||
#if ROTARY_ENCODERS > 0
|
||||
#define ROTARY_ENCODER_NAVIGATION
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue