Implement move ui

This commit is contained in:
suchmememanyskill
2023-11-12 17:04:11 +01:00
parent 6569e428c8
commit ef1afa6560
18 changed files with 473 additions and 63 deletions

View File

@@ -0,0 +1,6 @@
#include "lvgl.h"
#include "panel.h"
void temp_panel_init(lv_obj_t* panel){
}