mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Put icons on buflib:
Removes the max icon size limitation and doesnt waste RAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30931 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
64c73c4751
commit
452a3ce274
2 changed files with 86 additions and 79 deletions
|
|
@ -112,9 +112,6 @@
|
|||
#define LCD_DEPTH 16 /* 65k colours */
|
||||
#define LCD_PIXELFORMAT RGB565 /* rgb565 */
|
||||
|
||||
#define MAX_ICON_HEIGHT 35
|
||||
#define MAX_ICON_WIDTH 35
|
||||
|
||||
/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
|
||||
should be defined as well. */
|
||||
#define HAVE_LCD_SLEEP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue