forked from len0rd/rockbox
Removed button bar for devices with no F buttons (Ondio)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1a08d0d5f
commit
1f0908dfaf
5 changed files with 17 additions and 3 deletions
|
@ -267,7 +267,7 @@ void status_draw(bool force_redraw)
|
|||
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if defined(HAVE_LCD_BITMAP) && (CONFIG_KEYPAD == RECORDER_PAD)
|
||||
static void draw_buttonbar_btn(int num, const char* caption)
|
||||
{
|
||||
int xpos, ypos, button_width, text_width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue