hibylinux: Button code should be displayed in hex.

Change-Id: I3581098f632ba8fe0146b677f575ec6159c7c2db
This commit is contained in:
Solomon Peachy 2026-01-17 20:10:51 -05:00
parent 3a4da9381e
commit a9e4c80878

View file

@ -86,7 +86,7 @@ bool dbg_hw_info(void)
#else
btn = button_read_device();
#endif
lcd_putsf(0, line++, "btn: %d", btn);
lcd_putsf(0, line++, "btn: 0x%x", btn);
lcd_update();
sleep(HZ/16);