summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-m200v2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-m200v2.h b/firmware/export/config-m200v2.h
index 64d41dc754..3acc30ebf1 100644
--- a/firmware/export/config-m200v2.h
+++ b/firmware/export/config-m200v2.h
@@ -38,6 +38,9 @@
38/* define this if you have a flash memory storage */ 38/* define this if you have a flash memory storage */
39#define HAVE_FLASH_STORAGE 39#define HAVE_FLASH_STORAGE
40 40
41/* define this if the flash memory uses the SecureDigital Memory Card protocol */
42#define CONFIG_STORAGE STORAGE_SD
43
41/* LCD dimensions */ 44/* LCD dimensions */
42#define LCD_WIDTH 128 45#define LCD_WIDTH 128
43#define LCD_HEIGHT 64 46#define LCD_HEIGHT 64