13 lines
311 B
C
13 lines
311 B
C
#ifndef WLVGL_H
|
|
#define WLVGL_H
|
|
|
|
#include "lvgl.h"
|
|
#include "state_tracking.h"
|
|
|
|
void reset_wlv_tables();
|
|
|
|
void 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);
|
|
|
|
#endif /* WLVGL_H */ |