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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 3dfdb0e727..76f3415db3 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -1,6 +1,9 @@
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/* define this if you would like tagcache to build on this target */
5#define HAVE_TAGCACHE
6
4/* LCD dimensions (for the simulator) */ 7/* LCD dimensions (for the simulator) */
5#define LCD_WIDTH 132 /* Display width in pixels */ 8#define LCD_WIDTH 132 /* Display width in pixels */
6#define LCD_HEIGHT 64 /* Display height in pixels */ 9#define LCD_HEIGHT 64 /* Display height in pixels */