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

@ -43,7 +43,7 @@ fb_data *framebuffer = NULL; /* global variable, see lcd-target.h */
#ifdef FB_DOUBLEBUF
static int fb_plane;
static int doublebuf;
int doublebuf;
#else
#define fb_plane 0
#endif