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 @@ #define LCD_WIDTH 176 #define LCD_HEIGHT 220 #define LCD_DEPTH 16 /* 65536 colours */ -#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ +#define LCD_PIXELFORMAT RGB565 /* rgb565 */ /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */