diff options
| -rw-r--r-- | firmware/export/config-iaudiox5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index dd31ada..a06d22b 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -14,7 +14,7 @@ /* LCD dimensions */ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 -#define LCD_DEPTH 18 /* 262.144 colors */ +#define LCD_DEPTH 16 /* 262.144 colors but we use 16bit for now */ /* remote LCD */ #define LCD_REMOTE_WIDTH 128 |