Fonts (lv_font)
Pages
Individual pages in this section.
How is this guide?
Last updated on
Grid navigation
Grid navigation (gridnav for short) is a feature that moves focus among a set of child Widgets via arrow-key presses.
Overview
In LVGL fonts are collections of bitmaps and other information required to render the images of the individual letters (glyphs). A font is stored in a lv_font_t variable and can be set in a style's...