mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -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
|
@ -50,9 +50,7 @@ struct event_queue button_queue SHAREDBSS_ATTR;
|
|||
static long lastbtn; /* Last valid button status */
|
||||
static long last_read; /* Last button status, for debouncing/filtering */
|
||||
static intptr_t button_data; /* data value from last message dequeued */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
static bool flipped; /* buttons can be flipped to match the LCD flip */
|
||||
#endif
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
static bool filter_first_keypress;
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
|
@ -535,9 +533,7 @@ void button_init(void)
|
|||
|
||||
reset_poweroff_timer();
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
flipped = false;
|
||||
#endif
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
filter_first_keypress = false;
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue