forked from len0rd/rockbox
Icon code cleanup, optimisation & policeing. Removed unused icons. Applied uniform icon naming scheme.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7396 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
992cbf20a0
commit
6c00e38665
8 changed files with 74 additions and 80 deletions
|
|
@ -116,7 +116,7 @@ void put_cursorxy(int x, int y, bool on)
|
|||
/* place the cursor */
|
||||
if(on) {
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_mono_bitmap(bitmap_icons_6x8[Cursor], xpos, ypos, 4, 8);
|
||||
lcd_mono_bitmap(bitmap_icons_6x8[Icon_Cursor], xpos, ypos, 4, 8);
|
||||
#else
|
||||
lcd_putc(x, y, CURSOR_CHAR);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue