随笔分类 -  LVGL

上一页 1 2 3 4 下一页
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 阅读(103) 评论(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 阅读(83) 评论(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 阅读(27) 评论(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 阅读(28) 评论(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 阅读(46) 评论(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 阅读(36) 评论(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 阅读(34) 评论(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 阅读(144) 评论(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 阅读(46) 评论(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 阅读(44) 评论(0) 推荐(0)
Checkbox (lv_checkbox)
摘要:Checkbox (lv_checkbox) Overview The Checkbox object is created from a “tick box” and a label. When the Checkbox is clicked the tick box is toggled. Pa 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(44) 评论(0) 推荐(0)
Drop-down list (lv_dropdown)
摘要:Drop-down list (lv_dropdown) Overview The drop-down list allows the user to select one value from a list. The drop-down list is closed by default and 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(69) 评论(0) 推荐(0)
图像部件 Image (lv_img)
摘要:图像部件 Image (lv_img) 概览 Overview 图像是显示来自闪存(作为数组)或来自文件的图像的基本对象。 图像也可以显示符号(LV_SYMBOL_...)。 使用 图像解码器接口 Image decoder interface 也可以支持自定义图像格式。 部件块与样式(Parts 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(430) 评论(0) 推荐(0)
Label (lv_label)
摘要:Label (lv_label) Overview A label is the basic object type that is used to display text. Parts and Styles LV_PART_MAIN Uses all the typical background 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(52) 评论(0) 推荐(0)
Line (lv_line)
摘要:Line (lv_line) Overview The Line object is capable of drawing straight lines between a set of points. Parts and Styles LV_PART_MAIN uses all the typic 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(15) 评论(0) 推荐(0)
Roller (lv_roller)
摘要:Roller (lv_roller) Overview Roller allows you to simply select one option from a list by scrolling. Parts and Styles LV_PART_MAIN The background of th 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(38) 评论(0) 推荐(0)
Slider (lv_slider)
摘要:Slider (lv_slider) Overview The Slider object looks like a Bar supplemented with a knob. The knob can be dragged to set a value. Just like Bar, Slider 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(56) 评论(0) 推荐(0)
Switch (lv_switch)
摘要:Switch (lv_switch) Overview The Switch looks like a little slider and can be used to turn something on and off. Parts and Styles LV_PART_MAIN The back 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(26) 评论(0) 推荐(0)
Table (lv_table)
摘要:Table (lv_table) Overview Tables, as usual, are built from rows, columns, and cells containing texts. The Table object is very lightweight because onl 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(57) 评论(0) 推荐(0)
Text area (lv_textarea)
摘要:Text area (lv_textarea) Overview The Text Area is a Base object with a Label and a cursor on it. Texts or characters can be added to it. Long lines ar 阅读全文
posted @ 2024-12-20 08:54 AtlasLapetos 阅读(43) 评论(0) 推荐(0)

上一页 1 2 3 4 下一页