forked from len0rd/rockbox
Make the recorder build with HAVE_LCD_FLIP disabled.
Change-Id: I5875dc5c59606867299cc0e30d869b817e879ade
This commit is contained in:
parent
4999913c50
commit
e6fd7d2d1f
1 changed files with 4 additions and 0 deletions
|
|
@ -439,7 +439,11 @@ bool quick_screen_f3(int button_enter)
|
||||||
qs.items[QUICKSCREEN_RIGHT] =
|
qs.items[QUICKSCREEN_RIGHT] =
|
||||||
find_setting(&global_settings.statusbar, NULL);
|
find_setting(&global_settings.statusbar, NULL);
|
||||||
qs.items[QUICKSCREEN_BOTTOM] =
|
qs.items[QUICKSCREEN_BOTTOM] =
|
||||||
|
#ifdef HAVE_LCD_FLIP
|
||||||
find_setting(&global_settings.flip_display, NULL);
|
find_setting(&global_settings.flip_display, NULL);
|
||||||
|
#else
|
||||||
|
NULL;
|
||||||
|
#endif
|
||||||
qs.callback = NULL;
|
qs.callback = NULL;
|
||||||
if (gui_syncquickscreen_run(&qs, button_enter))
|
if (gui_syncquickscreen_run(&qs, button_enter))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue