diff options
| -rw-r--r-- | firmware/export/config-h300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 7bdc5ab..647508e 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -18,7 +18,7 @@ /* LCD dimensions */ #define LCD_WIDTH 220 #define LCD_HEIGHT 176 -#define LCD_DEPTH 18 /* 262.144 colours */ +#define LCD_DEPTH 16 /* 65k colours */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 |