forked from len0rd/rockbox
Multi screen support for playlist viewer, some fixes in other gui files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7901 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d8c1529a7
commit
8517ed8939
11 changed files with 409 additions and 691 deletions
|
|
@ -28,6 +28,8 @@
|
|||
#ifdef HAVE_LCD_CHARCELLS
|
||||
|
||||
enum {
|
||||
Icon_Queued = 'Q',
|
||||
Icon_Moving = 'M',
|
||||
Icon_Unknown = 0x90,
|
||||
Icon_Bookmark = 0x16,
|
||||
Icon_Plugin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue