summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 00833d56a6..e7ff291cc7 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -65,14 +65,17 @@
65#define HAVE_LCD_SLEEP 65#define HAVE_LCD_SLEEP
66#define HAVE_LCD_SLEEP_SETTING 66#define HAVE_LCD_SLEEP_SETTING
67 */ 67 */
68#endif
69 68
70/* define this if you can flip your LCD */ 69/* define this if you can flip your LCD */
71#define HAVE_LCD_FLIP 70#define HAVE_LCD_FLIP
72 71
73/* define this if you can invert the colours on your LCD */ 72/* define this if you can invert the colours on your LCD */
74#define HAVE_LCD_INVERT 73#define HAVE_LCD_INVERT
75 74#else /* !BOOTLOADER */
75#define DISABLE_ALPHA_BITMAP
76#define DISABLE_LOGO
77#define DISABLE_BACKTRACE
78#endif /* !BOOTLOADER */
76/* put the lcd frame buffer in IRAM */ 79/* put the lcd frame buffer in IRAM */
77#define IRAM_LCDFRAMEBUFFER IBSS_ATTR 80#define IRAM_LCDFRAMEBUFFER IBSS_ATTR
78 81