#ifndef WLVGL_H #define WLVGL_H #include "lvgl.h" #include "state_tracking.h" void reset_wlv_tables(); lv_obj_t* wlv_obj_create(lv_obj_t* parent); void wlv_style_init(lv_style_t* style); void wlv_obj_set_style_bg_color(struct _lv_obj_t * obj, lv_color_t value, lv_style_selector_t selector); // lv_style_set_text_color // lv_style_set_text_align // lv_obj_align // lv_obj_set_size // lv_obj_add_style // lv_obj_set_style_text_align // lv_label_set_text // lv_scr_load // lv_scr_act // lv_style_set_bg_color // lv_style_set_bg_opa // lv_style_set_text_align // lv_obj_set_width // lv_style_set_text_font // lv_obj_add_style // lv_style_set_text_color // lv_label_create // lv_obj_del // lv_obj_center // lv_obj_remove_style // lv_obj_add_flag // lv_obj_clear_flag #endif /* WLVGL_H */