随笔分类 -  LVGL / 部件(Widgets) / Extra widgets

Window (lv_win)
摘要: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 阅读(24) 评论(0) 推荐(0)
Tile view (lv_tileview)
摘要: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 阅读(88) 评论(0) 推荐(0)
Tabview (lv_tabview)
摘要: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 阅读(124) 评论(0) 推荐(0)
Spinner (lv_spinner)
摘要: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 阅读(42) 评论(0) 推荐(0)
Spinbox (lv_spinbox)
摘要: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 阅读(55) 评论(0) 推荐(0)
Span (lv_span)
摘要: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 阅读(75) 评论(0) 推荐(0)
Message box (lv_msgbox)
摘要: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 阅读(86) 评论(0) 推荐(0)
Meter (lv_meter)
摘要: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 阅读(147) 评论(0) 推荐(0)
Menu (lv_menu)
摘要: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 阅读(119) 评论(0) 推荐(0)
List (lv_list)
摘要:List (lv_list) Overview The List is basically a rectangle with vertical layout to which Buttons and Texts can be added Parts and Styles Background LV_ 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(43) 评论(0) 推荐(0)
LED (lv_led)
摘要:LED (lv_led) Overview The LEDs are rectangle-like (or circle) object whose brightness can be adjusted. With lower brightness the colors of the LED bec 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(48) 评论(0) 推荐(0)
Keyboard (lv_keyboard)
摘要:Keyboard (lv_keyboard) Overview The Keyboard object is a special Button matrix with predefined keymaps and other features to realize a virtual keyboar 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(78) 评论(0) 推荐(0)
Image button (lv_imgbtn)
摘要:Image button (lv_imgbtn) Overview The Image button is very similar to the simple ‘Button’ object. The only difference is that it displays user-defined 阅读全文
posted @ 2024-12-20 08:55 AtlasLapetos 阅读(60) 评论(0) 推荐(0)
Color wheel (lv_colorwheel)
摘要:Color wheel (lv_colorwheel) Overview As its name implies Color wheel allows the user to select a color. The Hue, Saturation and Value of the color can 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(60) 评论(0) 推荐(0)
Chart (lv_chart)
摘要:Chart (lv_chart) Overview Charts are a basic object to visualize data points. Currently Line charts (connect points with lines and/or draw points on t 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(214) 评论(0) 推荐(0)
Calendar (lv_calendar)
摘要:Calendar (lv_calendar) Overview The Calendar object is a classic calendar which can: show the days of any month in a 7x7 matrix Show the name of the d 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(70) 评论(0) 推荐(0)
Animation Image (lv_animimg)
摘要:Animation Image (lv_animimg) Overview The animation image is similar to the normal ‘Image’ object. The only difference is that instead of one source i 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(64) 评论(0) 推荐(0)