feat: Implement button creation utility and refactor UI components for improved readability
This commit is contained in:
4
main/ui/widgets/button.h
Normal file
4
main/ui/widgets/button.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "lvgl.h"
|
||||
|
||||
lv_obj_t* button_create(lv_obj_t* parent);
|
||||
Reference in New Issue
Block a user