mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
hibylinux: Button code should be displayed in hex.
Change-Id: I3581098f632ba8fe0146b677f575ec6159c7c2db
This commit is contained in:
parent
3a4da9381e
commit
a9e4c80878
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ bool dbg_hw_info(void)
|
||||||
#else
|
#else
|
||||||
btn = button_read_device();
|
btn = button_read_device();
|
||||||
#endif
|
#endif
|
||||||
lcd_putsf(0, line++, "btn: %d", btn);
|
lcd_putsf(0, line++, "btn: 0x%x", btn);
|
||||||
|
|
||||||
lcd_update();
|
lcd_update();
|
||||||
sleep(HZ/16);
|
sleep(HZ/16);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue