summaryrefslogtreecommitdiffstats
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5420cb37f4..d919b8b4f6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -229,4 +229,9 @@
#define IBSS_ATTR
#endif
+#ifndef IRAM_LCDFRAMEBUFFER
+/* if the LCD framebuffer has not been moved to IRAM, define it empty here */
+#define IRAM_LCDFRAMEBUFFER
+#endif
+
#endif