Online documentation, manuals and tutorials
< All Topics
Print

Button (LVGL)

Description

This Widget is used when an action needs to be performed via the GUI, clicking on it generates a CLICKED event.

More info

Properties

General

Name

String

Widget name. We reference the Widget within the project by its name, for example in the LVGL action. For each Widget, we must choose a unique name within the entire project. This field is optional and does not need to be set if we do not need to reference the Widget.

Examples

  • LVGL Widgets Demo
Page content