summaryrefslogtreecommitdiff
path: root/firmware/export/config/meizum6sl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/meizum6sl.h')
-rw-r--r--firmware/export/config/meizum6sl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/meizum6sl.h b/firmware/export/config/meizum6sl.h
index 4e54f80e70..d18a34de1d 100644
--- a/firmware/export/config/meizum6sl.h
+++ b/firmware/export/config/meizum6sl.h
@@ -58,6 +58,9 @@
58 58
59#define CONFIG_NAND NAND_SAMSUNG 59#define CONFIG_NAND NAND_SAMSUNG
60 60
61/* The NAND flash has 512-byte sectors, and is our only storage */
62#define SECTOR_SIZE 512
63
61/* LCD dimensions */ 64/* LCD dimensions */
62#define LCD_WIDTH 320 65#define LCD_WIDTH 320
63#define LCD_HEIGHT 240 66#define LCD_HEIGHT 240