1
0
Fork 0
forked from len0rd/rockbox

SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-01-09 21:42:25 +00:00
parent 9cb4733193
commit 67ae5cce2e
5 changed files with 17 additions and 7 deletions

View file

@ -205,7 +205,9 @@ enum {
#define ROW_HEIGHT (BUBBLE_WIDTH-(BUBBLE_WIDTH-EMBLEM_WIDTH)/2)
#endif
#if !defined(ROW_INDENT)
#define ROW_INDENT (BUBBLE_WIDTH/2)
#endif
#define TEXT_LINES (LCD_HEIGHT/8)