summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-e200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index e0c245725a..947db4185f 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -25,7 +25,7 @@
25#define LCD_WIDTH 176 25#define LCD_WIDTH 176
26#define LCD_HEIGHT 220 26#define LCD_HEIGHT 220
27#define LCD_DEPTH 16 /* 65536 colours */ 27#define LCD_DEPTH 16 /* 65536 colours */
28#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 28#define LCD_PIXELFORMAT RGB565 /* rgb565 */
29 29
30/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ 30/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
31 31