debug: Report if double-buffered fb is enabled

(Only applies to hosted targets if FB_DOUBLEBUF is enabled)

Change-Id: I6ef3ead5f6ef12b26e3dd0d07ac582cff98deaed
This commit is contained in:
Solomon Peachy 2025-05-08 12:35:03 -04:00
parent 89ea2eafb5
commit c63b82a895
3 changed files with 9 additions and 1 deletions

View file

@ -76,6 +76,10 @@ bool dbg_hw_info(void)
lcd_putsf(0, line++, "lo: %d", lineout_inserted());
#endif
#ifdef FB_DOUBLEBUF
lcd_putsf(0, line++, "fbdb: %d", doublebuf);
#endif
#ifdef HAVE_BUTTON_DATA
uint32_t bdata;
btn = button_read_device(&bdata);