Refactor app loading and window management (#609)
This commit is contained in:
committed by
GitHub
parent
dc3f6104b8
commit
37c507544b
@@ -1,10 +1 @@
|
||||
#include <Tactility/lvgl/Toolbar.h>
|
||||
#include <Tactility/app/AppManifest.h>
|
||||
|
||||
namespace tt::lvgl {
|
||||
|
||||
lv_obj_t* toolbar_create(lv_obj_t* parent, const app::AppContext& app) {
|
||||
return lvgl_toolbar_create(parent, app.getManifest().appName.c_str());
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user