/lvgl-3.7.0/src/draw/renesas/ |
D | lv_gpu_d2_ra6m3.h | 24 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument 25 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_dither.c | 115 …S(A, OP, B, C) A.ch.red = LV_CLAMP(0, A.ch.red OP B.r OP C.r, 255); A.ch.green = LV_CLAMP(0, A.ch.… in lv_dither_err_diff_hor() argument 177 #define FS_COMPONENTS3(A, OP, B, b, C, c, D, d) \ in lv_dither_err_diff_ver() argument 178 A.ch.red = LV_CLAMP(0, A.ch.red OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); \ in lv_dither_err_diff_ver() 179 A.ch.green = LV_CLAMP(0, A.ch.green OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); \ in lv_dither_err_diff_ver() 180 A.ch.blue = LV_CLAMP(0, A.ch.blue OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); in lv_dither_err_diff_ver()
|
/lvgl-3.7.0/examples/widgets/meter/ |
D | index.rst | 9 A meter with multiple arcs 16 A clock from a meter
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | colorwheel.md | 6 … will change to the next parameter of the color (hue, saturation or value). A double click will re… 10 - `LV_PART_KNOB` A rectangle (or circle) drawn on the current value. It uses all the rectangle like… 36 - `LV_KEY_ENTER` A long press will show the next mode. Double click to reset the current parameter.
|
D | tabview.md | 15 A new tab can be selected either by clicking on a tab button or by sliding horizontally on the cont… 33 A tab can be renamed with `lv_tabview_rename_tab(tabview, tab_id, "New Name")`.
|
D | animimg.md | 11 - `LV_PART_MAIN` A background rectangle that uses the typical background style properties and the i…
|
/lvgl-3.7.0/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 23 A clear and concise description of what the bug is. 38 A clear and concise description of what you expected to happen.
|
D | dev-discussion.md | 18 A clear and concise description of the problem.
|
/lvgl-3.7.0/env_support/cmsis-pack/ |
D | README.md | 82 /*A simple, impressive and very complete theme*/ 96 /*A very simple theme that is a good starting point for a custom theme*/ 99 /*A theme designed for monochrome displays*/ 171 ### A. For Windows users
|
/lvgl-3.7.0/examples/widgets/animimg/ |
D | index.rst | 7 :description: A simple example to demonstrate the use of an animation image.
|
/lvgl-3.7.0/examples/widgets/arc/ |
D | index.rst | 7 :description: A simple example to demonstrate the use of an arc.
|
/lvgl-3.7.0/docs/overview/ |
D | event.md | 80 - `LV_EVENT_GESTURE` A gesture is detected. Get the gesture with `lv_indev_get_gesture_dir(lv_… 81 - `LV_EVENT_KEY` A key is sent to an object. Get the key with `lv_indev_get_key(lv_indev_g… 112 - `LV_EVENT_SCREEN_UNLOAD_START` A screen unload started, fired immediately when lv_scr_load/lv_scr… 113 - `LV_EVENT_SCREEN_LOAD_START` A screen load started, fired when the screen change delay is expired 114 - `LV_EVENT_SCREEN_LOADED` A screen was loaded, called when all animations are finished 115 - `LV_EVENT_SCREEN_UNLOADED` A screen was unloaded, called when all animations are finished 121 - `LV_EVENT_READY` A process has finished 122 - `LV_EVENT_CANCEL` A process has been canceled
|
D | color.md | 7 …the lower byte first. However, displays usually need the higher byte first. A mismatch in the byte… 105 - `lv_color8_t` A structure to store R (3 bit),G (3 bit),B (2 bit) components for 8-bit colors (1 b… 106 - `lv_color16_t` A structure to store R (5 bit),G (6 bit),B (5 bit) components for 16-bit colors (2… 107 - `lv_color32_t` A structure to store R (8 bit),G (8 bit), B (8 bit) components for 24-bit colors (… 110 - `lv_opa_t` A simple `uint8_t` type to describe opacity.
|
D | drawing.md | 74 - **rounded rectangle** A mask is created real-time to add a radius to the corners. 77 - **arc drawing** A circular border is drawn but an arc mask is applied too. 95 A parameter can be added and removed any number of times, but it needs to be freed when not require… 104 A good use case for this is the [Button matrix](/widgets/core/btnmatrix) widget. By default, its bu… 163 lv_draw_rect_dsc_t * rect_dsc; // A draw descriptor that can be modified to changed what LVGL … 164 lv_draw_label_dsc_t * label_dsc; // A draw descriptor that can be modified to changed what LVGL … 165 lv_draw_line_dsc_t * line_dsc; // A draw descriptor that can be modified to changed what LVGL … 166 lv_draw_img_dsc_t * img_dsc; // A draw descriptor that can be modified to changed what LVGL … 167 lv_draw_arc_dsc_t * arc_dsc; // A draw descriptor that can be modified to changed what LVGL … 171 const lv_point_t * p1; // A point calculated during drawing. E.g. a point of a chart o… [all …]
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | tasmota-berry.md | 17 - Lightweight: A well-optimized interpreter with very little resources. Ideal for use in microproce… 32 A comprehensive mapping of LVGL in Berry language is now available, similar to the mapping of Micro… 43 A higher level interface compatible with [OpenHASP](https://github.com/HASwitchPlate/openHASP) is a… 54 ### A simple example
|
/lvgl-3.7.0/docs/others/ |
D | ime_pinyin.md | 71 …ps://baike.baidu.com/item/%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3%E9%9F%B3%E8%8A%82/9167981) to learn… 79 …A%82/9167981)了解[汉语拼音音节](https://baike.baidu.com/item/%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3%E9%9F%B3…
|
/lvgl-3.7.0/examples/get_started/ |
D | index.rst | 2 A button with a label and react on click event
|
/lvgl-3.7.0/.github/ |
D | pull_request_template.md | 3 A clear and concise description of what the bug or new feature is.
|
/lvgl-3.7.0/examples/layouts/grid/ |
D | index.rst | 1 A simple grid
|
/lvgl-3.7.0/examples/layouts/flex/ |
D | index.rst | 1 A simple row and a column layout with flexbox
|
/lvgl-3.7.0/docs/widgets/core/ |
D | bar.md | 19 A new value can be set by `lv_bar_set_value(bar, new_value, LV_ANIM_ON/OFF)`. 27 - `LV_BAR_MODE_NORMAL` A normal bar as described above
|
/lvgl-3.7.0/demos/stress/ |
D | README.md | 5 A stress test for LVGL.
|
/lvgl-3.7.0/src/extra/libs/gif/ |
D | gifdec.c | 11 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument 12 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
|
/lvgl-3.7.0/docs/porting/ |
D | display.md | 12 A draw buffer can be initialized via a `lv_disp_draw_buf_t` variable like this: 14 /*A static or global variable to store the buffers*/ 30 A larger buffer results in better performance but above 1/10 screen sized buffer(s) there is no sig… 93 - `color_chroma_key` A color which will be drawn as transparent on chrome keyed images. Set to `LV_… 97 - `user_data` A custom `void` user data for the driver. 106 - `monitor_cb` A callback function that tells how many pixels were refreshed and in how much time. … 107 - `clean_dcache_cb` A callback for cleaning any caches related to the display. 108 - `render_start_cb` A callback function that notifies the display driver that rendering has started… 117 static lv_disp_drv_t disp_drv; /*A variable to hold the drivers. Must be static or global.…
|
/lvgl-3.7.0/docs/libs/ |
D | ffmpeg.md | 3 [FFmpeg](https://www.ffmpeg.org/) A complete, cross-platform solution to record, convert and stream…
|