summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index f461b26bc8..1c284b9ef8 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -4,6 +4,9 @@
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6 6
7/* For Rolo and boot loader */
8#define MODEL_NUMBER 2
9
7/* LCD dimensions */ 10/* LCD dimensions */
8#define LCD_WIDTH 220 11#define LCD_WIDTH 220
9#define LCD_HEIGHT 176 12#define LCD_HEIGHT 176