lvgl testing

- set theme via code
- custom table content (custom draw on canvas)
- remove classes from ui - use free functions instead
- remove provisioning
This commit is contained in:
2023-08-13 21:19:12 +02:00
parent 4cfaa910d1
commit d2e78b47a1
15 changed files with 112 additions and 245 deletions

View File

@@ -20,12 +20,4 @@
#include <lvgl.h>
class SearchScreen
{
private:
lv_obj_t *screen;
public:
SearchScreen();
void show();
};
void search_screen_init();