summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index f3b1bbddd7..aea9dde2ee 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -2,8 +2,8 @@
2#define HAVE_LCD_CHARCELLS 1 2#define HAVE_LCD_CHARCELLS 1
3 3
4/* LCD dimensions (for the simulator) */ 4/* LCD dimensions (for the simulator) */
5#define LCD_WIDTH (4*11*6) /* Display width in pixels */ 5#define LCD_WIDTH 132 /* Display width in pixels */
6#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */ 6#define LCD_HEIGHT 64 /* Display height in pixels */
7#define LCD_DEPTH 1 7#define LCD_DEPTH 1
8 8
9/* define this if you have the Player's keyboard */ 9/* define this if you have the Player's keyboard */