feat: enhance EInk display handler with improved resource management and non-blocking SPI transactions

This commit is contained in:
GW_MC
2026-01-24 18:24:41 +08:00
parent 143a28de90
commit d0a1e8c80f
2 changed files with 100 additions and 50 deletions

View File

@@ -28,6 +28,7 @@ private:
// LVGL display and input device handles
lv_display_t* _lvgl_display = nullptr;
lv_indev_t* _lvgl_touch_indev = nullptr;
lv_draw_buf_t* _lvgl_draw_buf = nullptr;
// Framebuffer
uint8_t* _framebuffer = nullptr;