lv_init.h

API reference for lv_init.h

Report on GitHub
Summary

Functions

lv_init.h:35function

lv_init

Initialize LVGL library. Should be called before any other LVGL related function.

 
void lv_init(void)
lv_init.h:40function

lv_deinit

Deinit the 'lv' library

 
void lv_deinit(void)
lv_init.h:45function

lv_is_initialized

Returns whether the 'lv' library is currently initialized

 
bool lv_is_initialized(void)

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page