lv_init.h

API reference for lv_init.h

Report on GitHub
Summary

Functions

lv_init

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

 
void lv_init(void)

lv_deinit

Deinit the 'lv' library

 
void lv_deinit(void)

lv_is_initialized

Returns whether the 'lv' library is currently initialized

 
bool lv_is_initialized(void)

Dependencies

Last updated on

On this page