2024年12月20日
摘要: 对象(Objects) 在LVGL中,用户界面构建的基本单元 就是对象, 或者叫做 部件(Widgets)。 例如按钮 Button, 标签 Label, 图片 Image, 列表 List, 图标 Chart 或者 文本区域 Text area。 你可以在 对象类型 Object types 中查 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(239) 评论(0) 推荐(0)
摘要: Window (lv_win) Overview The Window is container-like object built from a header with title and buttons and a content area. Parts and Styles The Windo 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(22) 评论(0) 推荐(0)
摘要: Tile view (lv_tileview) Overview The Tile view is a container object whose elements (called tiles) can be arranged in grid form. A user can navigate b 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(77) 评论(0) 推荐(0)
摘要: Tabview (lv_tabview) Overview The Tab view object can be used to organize content in tabs. The Tab view is built from other widgets: Main container: l 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(99) 评论(0) 推荐(0)
摘要: Spinner (lv_spinner) Overview The Spinner object is a spinning arc over a ring. Parts and Styles The parts are identical to the parts of lv_arc. Usage 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(31) 评论(0) 推荐(0)
摘要: Spinbox (lv_spinbox) Overview The Spinbox contains a number as text which can be increased or decreased by Keys or API functions. Under the hood the S 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(38) 评论(0) 推荐(0)
摘要: Span (lv_span) Overview A spangroup is the object that is used to display rich text. Different from the label object, spangroup can render text styled 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(46) 评论(0) 推荐(0)
摘要: Message box (lv_msgbox) Overview The Message boxes act as pop-ups. They are built from a background container, a title, an optional close button, a te 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(54) 评论(0) 推荐(0)
摘要: Meter (lv_meter) Overview The Meter widget can visualize data in very flexible ways. In can show arcs, needles, ticks lines and labels. Parts and Styl 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(100) 评论(0) 推荐(0)
摘要: Menu (lv_menu) Overview The menu widget can be used to easily create multi-level menus. It handles the traversal between pages automatically. Parts an 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(82) 评论(0) 推荐(0)