lv_init.h¶ Functions void lv_init(void)¶ Initialize LVGL library. Should be called before any other LVGL related function. void lv_deinit(void)¶ Deinit the 'lv' library bool lv_is_initialized(void)¶ Returns whether the 'lv' library is currently initialized