summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 1c284b9ef8..be6511cb2f 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -1,16 +1,19 @@
1/* For Rolo and boot loader */
2#define MODEL_NUMBER 2
3
1/* define this if you have recording possibility */ 4/* define this if you have recording possibility */
2/*#define HAVE_RECORDING 1*/ 5/*#define HAVE_RECORDING 1*/
3 6
4/* define this if you have a bitmap LCD display */ 7/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 8#define HAVE_LCD_BITMAP 1
6 9
7/* For Rolo and boot loader */ 10/* define this if you have a colour LCD */
8#define MODEL_NUMBER 2 11#define HAVE_LCD_COLOR 1
9 12
10/* LCD dimensions */ 13/* LCD dimensions */
11#define LCD_WIDTH 220 14#define LCD_WIDTH 220
12#define LCD_HEIGHT 176 15#define LCD_HEIGHT 176
13#define LCD_DEPTH 18 16#define LCD_DEPTH 18 /* 262.144 colours */
14 17
15/* remote LCD */ 18/* remote LCD */
16#define LCD_REMOTE_WIDTH 128 19#define LCD_REMOTE_WIDTH 128