Linux: added Module17 hardware info flags to allow compilation of UI emulator

This commit is contained in:
Silvano Seva 2024-06-23 09:46:13 +02:00
parent e95b5bbb6f
commit cea48f8d57
1 changed files with 7 additions and 0 deletions

View File

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