Home
last modified time | relevance | path

Searched refs:lv_imgfont_create (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/src/extra/others/imgfont/
Dlv_imgfont.h42 lv_font_t * lv_imgfont_create(uint16_t height, lv_get_imgfont_path_cb_t path_cb);
Dlv_imgfont.c49 lv_font_t * lv_imgfont_create(uint16_t height, lv_get_imgfont_path_cb_t path_cb) in lv_imgfont_create() function
/lvgl-3.7.0/examples/others/imgfont/
Dlv_example_imgfont_1.c32 lv_font_t * imgfont = lv_imgfont_create(80, get_imgfont_path); in lv_example_imgfont_1()
/lvgl-3.7.0/docs/others/
Dimgfont.md9 To create a new imgfont use `lv_imgfont_create(height, path_cb)`.