forked from len0rd/rockbox
Set param icon when in menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0f9bec7e1
commit
cbb24497e2
1 changed files with 6 additions and 0 deletions
|
|
@ -201,6 +201,12 @@ void main_menu(void)
|
||||||
};
|
};
|
||||||
|
|
||||||
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
||||||
|
#ifdef HAVE_LCD_CHARCELLS
|
||||||
|
lcd_icon(ICON_PARAM, true);
|
||||||
|
#endif
|
||||||
menu_run(m);
|
menu_run(m);
|
||||||
|
#ifdef HAVE_LCD_CHARCELLS
|
||||||
|
lcd_icon(ICON_PARAM, false);
|
||||||
|
#endif
|
||||||
menu_exit(m);
|
menu_exit(m);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue