Finish display impl, write UI widget, refactor
This commit is contained in:
+1
-6
@@ -11,12 +11,7 @@
|
||||
#define TFT_VRES CONFIG_TFT_VRES
|
||||
#define TFT_BPP CONFIG_TFT_BPP
|
||||
|
||||
#define LVGL_BUF_SIZE TFT_VRES * TFT_HRES / 10 * (TFT_BPP / 8)
|
||||
|
||||
/**
|
||||
* Draws a test bitmap of stripes of colors to the LCD.
|
||||
*/
|
||||
void test_draw_bitmap(esp_lcd_panel_handle_t panel_handle);
|
||||
#define LVGL_BUF_SIZE ((TFT_VRES * TFT_HRES) / 10) * (TFT_BPP / 8)
|
||||
|
||||
/**
|
||||
* Initializes the display TFT and touchscreen.
|
||||
|
||||
Reference in New Issue
Block a user