Linux: added Module17 hardware info flags to allow compilation of UI emulator
This commit is contained in:
parent
e95b5bbb6f
commit
cea48f8d57
|
|
@ -22,6 +22,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Module17 hardware info flags, required by Module17 UI emulator target */
|
||||
enum Mod17Flags
|
||||
{
|
||||
MOD17_FLAGS_HMI_PRESENT = 1,
|
||||
MOD17_FLAGS_SOFTPOT = 2
|
||||
};
|
||||
|
||||
/* Screen has adjustable brightness */
|
||||
#define CONFIG_SCREEN_BRIGHTNESS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue