MUI framebuffer support (#6703)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Manuel
2025-04-30 20:50:30 -05:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent 5c005aaed5
commit a8ab6e82e6
4 changed files with 45 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ enum configNames {
available_directory,
mac_address
};
enum { no_screen, x11, st7789, st7735, st7735s, st7796, ili9341, ili9342, ili9486, ili9488, hx8357d };
enum { no_screen, x11, fb, st7789, st7735, st7735s, st7796, ili9341, ili9342, ili9486, ili9488, hx8357d };
enum { no_touchscreen, xpt2046, stmpe610, gt911, ft5x06 };
enum { level_error, level_warn, level_info, level_debug, level_trace };