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 #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);