SystemAgent/include/impl/user_lvgl_impl.h

7 lines
128 B
C
Raw Normal View History

2021-03-21 16:01:12 +00:00
#ifndef __USER_LVGL_IMPL_H
#define __USER_LVGL_IMPL_H
void user_lvgl_impl_init(void);
void user_lvgl_impl_deinit(void);
#endif