summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 2e50a2fc85..9f060512fa 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -1,9 +1,14 @@
1/* define this if you have a charcell LCD display */ 1/* define this if you have a charcell LCD display */
2#define HAVE_LCD_CHARCELLS 1 2#define HAVE_LCD_CHARCELLS 1
3 3
4/* LCD dimensions (for the simulator) */
5#define LCD_WIDTH (4*11*6) /* Display width in pixels */
6#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */
7
4/* define this if you have the Player's keyboard */ 8/* define this if you have the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1 9#define HAVE_PLAYER_KEYPAD 1
6 10
11#ifndef SIMULATOR
7/* Define this if you have a MAS3507D */ 12/* Define this if you have a MAS3507D */
8#define HAVE_MAS3507D 13#define HAVE_MAS3507D
9 14
@@ -44,3 +49,4 @@
44/* Define this for LCD backlight available */ 49/* Define this for LCD backlight available */
45#define HAVE_BACKLIGHT 50#define HAVE_BACKLIGHT
46 51
52#endif /* SIMULATOR */