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:
@@ -20,12 +20,4 @@
|
||||
|
||||
#include <lvgl.h>
|
||||
|
||||
class SearchScreen
|
||||
{
|
||||
private:
|
||||
lv_obj_t *screen;
|
||||
|
||||
public:
|
||||
SearchScreen();
|
||||
void show();
|
||||
};
|
||||
void search_screen_init();
|
||||
|
Reference in New Issue
Block a user