summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe100.h')
-rw-r--r--firmware/export/config-mrobe100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 4ce2ab56bf..19964998c5 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -32,10 +32,10 @@
32#define LCD_PIXELFORMAT VERTICAL_PACKING 32#define LCD_PIXELFORMAT VERTICAL_PACKING
33 33
34/* define this if you can flip your LCD */ 34/* define this if you can flip your LCD */
35/*#define HAVE_LCD_FLIP*/ 35#define HAVE_LCD_FLIP
36 36
37/* define this if you can invert the colours on your LCD */ 37/* define this if you can invert the colours on your LCD */
38/*#define HAVE_LCD_INVERT*/ 38#define HAVE_LCD_INVERT
39 39
40/*#define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ /* put the lcd frame buffer in IRAM */ 40/*#define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ /* put the lcd frame buffer in IRAM */
41 41