Skip to content

lvgl.hide

lvgl.hide(parent)

Hide an LVGL object.

Parameters

Name Req Type Description
parent yes object LVGL object to hide

Returns

Name Type Description
none unknown

Availability

  • Since: 2.11.0
  • Radio support: color-lcd

Notes

  • The visible setting function can also be used to dynamically show and hide objects.

Source

radio/src/lua/api_colorlcd_lvgl.cpp