Files
Mutahhar Mustafa Khan d76a346376 docs(examples): introduce summary and description to examples (#9968)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2026-04-20 14:05:57 +02:00

444 B

title, description, order
title description order
Widgets Every built-in LVGL widget. 80

This section documents the full built-in widget set, from simple labels and buttons to charts, keyboards, and tabviews. Every widget inherits from the Base Widget, which defines the shared lifecycle, style attachment points, event dispatch, and coordinate system. Start with the Base Widget page before diving into specific widgets so the common behavior is clear.