summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a337b3f..25e17b5 100644
--- a/uisimulator/common/lcd-playersim.c
+++ b/uisimulator/common/lcd-playersim.c
@@ -37,7 +37,7 @@
#define CHAR_HEIGHT 8
#define ICON_HEIGHT 24
#define CHAR_PIXEL 4
-#define BORDER_MARGIN 1
+#define BORDER_MARGIN 5
unsigned char lcd_buffer[2][11];