Player LCD simulation no longer writes outside the frame buffer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4899 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-07-20 11:42:27 +00:00
parent e03eb4596b
commit b9a5198ba7

View file

@ -37,7 +37,7 @@
#define CHAR_HEIGHT 8 #define CHAR_HEIGHT 8
#define ICON_HEIGHT 24 #define ICON_HEIGHT 24
#define CHAR_PIXEL 4 #define CHAR_PIXEL 4
#define BORDER_MARGIN 5 #define BORDER_MARGIN 2
static int double_height=1; static int double_height=1;
extern bool lcd_display_redraw; extern bool lcd_display_redraw;