forked from len0rd/rockbox
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
This commit is contained in:
parent
aa25f0962c
commit
54d5e2cb27
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue