summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/lcd-playersim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c
index a337b3fb36..25e17b5f81 100644
--- a/uisimulator/common/lcd-playersim.c
+++ b/uisimulator/common/lcd-playersim.c
@@ -37,7 +37,7 @@
37#define CHAR_HEIGHT 8 37#define CHAR_HEIGHT 8
38#define ICON_HEIGHT 24 38#define ICON_HEIGHT 24
39#define CHAR_PIXEL 4 39#define CHAR_PIXEL 4
40#define BORDER_MARGIN 1 40#define BORDER_MARGIN 5
41 41
42unsigned char lcd_buffer[2][11]; 42unsigned char lcd_buffer[2][11];
43 43