summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/lcd-playersim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/uisimulator/common/lcd-playersim.h b/uisimulator/common/lcd-playersim.h
index 2225172c4e..63e8b80eba 100644
--- a/uisimulator/common/lcd-playersim.h
+++ b/uisimulator/common/lcd-playersim.h
@@ -21,6 +21,11 @@
21 21
22#define ICON_HEIGHT 12 22#define ICON_HEIGHT 12
23#define CHAR_HEIGHT 8 23#define CHAR_HEIGHT 8
24
25#ifdef CHAR_WIDTH
26 #undef CHAR_WIDTH
27#endif
28
24#define CHAR_WIDTH 6 29#define CHAR_WIDTH 6
25#define CHAR_PIXEL 2 30#define CHAR_PIXEL 2
26#define BORDER_MARGIN 1 31#define BORDER_MARGIN 1