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 @@ #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];