mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
This commit is contained in:
parent
8cb555460f
commit
658026e626
240 changed files with 288 additions and 1759 deletions
|
|
@ -534,8 +534,6 @@ static int spots[20];
|
|||
static int toggle[20];
|
||||
static int cursor_pos, moves;
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#include "pluginbitmaps/flipit_cursor.h"
|
||||
#include "pluginbitmaps/flipit_tokens.h"
|
||||
|
||||
|
|
@ -595,8 +593,6 @@ static void draw_info_panel(void)
|
|||
GRID_TOP + 4*(TK_HEIGHT+TK_SPACE) + 2, s );
|
||||
}
|
||||
|
||||
#endif /* LCD */
|
||||
|
||||
/* clear the cursor where it is */
|
||||
static inline void clear_cursor(void)
|
||||
{
|
||||
|
|
@ -829,7 +825,6 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
|
||||
rb->splash(HZ, "FlipIt!");
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
/* print instructions */
|
||||
rb->lcd_clear_display();
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
|
|
@ -909,7 +904,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
#endif
|
||||
|
||||
rb->lcd_update();
|
||||
#endif
|
||||
|
||||
rb->button_get_w_tmo(HZ*3);
|
||||
|
||||
rb->lcd_clear_display();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue