1
0
Fork 0
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:
Andre Bernet 2014-04-23 15:30:30 +02:00
parent e3955159a2
commit 147b6af9cf
14 changed files with 29 additions and 2 deletions

View file

@ -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