summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-11-01 13:38:21 +0000
committerKjell Ericson <kjell@haxx.se>2002-11-01 13:38:21 +0000
commit54d5e2cb2734d1520d234db878fa75cca68784a1 (patch)
tree48ee5040823a3d028ff57b1c15839905dbdea803 /uisimulator/common
parentaa25f0962cdc96116d9b94080dbbce9a3b65ec97 (diff)
downloadrockbox-54d5e2cb2734d1520d234db878fa75cca68784a1.tar.gz
rockbox-54d5e2cb2734d1520d234db878fa75cca68784a1.zip
Added a 5 pixel border around the content. Looks better (that's all).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2800 a1c6a512-1295-4272-9138-f99709370657
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