Searched refs:simple (Results 1 – 25 of 32) sorted by relevance
12
/lvgl-3.4.0/examples/widgets/animimg/ |
D | index.rst | 7 :description: A simple example to demonstrate the use of an animation image.
|
/lvgl-3.4.0/examples/widgets/arc/ |
D | index.rst | 7 :description: A simple example to demonstrate the use of an arc.
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_rect.c | 504 bool simple = true; in draw_shadow() local 505 …if(mask_any || dsc->bg_opa < LV_OPA_COVER || dsc->blend_mode != LV_BLEND_MODE_NORMAL) simple = fal… in draw_shadow() 511 if(!simple) { in draw_shadow() 553 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() 554 else simple_sub = simple; in draw_shadow() 595 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() 596 else simple_sub = simple; in draw_shadow() 635 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() 636 else simple_sub = simple; in draw_shadow() 683 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() [all …]
|
/lvgl-3.4.0/examples/layouts/grid/ |
D | index.rst | 1 A simple grid
|
/lvgl-3.4.0/examples/layouts/flex/ |
D | index.rst | 1 A simple row and a column layout with flexbox
|
/lvgl-3.4.0/env_support/cmsis-pack/ |
D | README.md | 42 /*A simple, impressive and very complete theme*/ 56 /*A very simple theme that is a good starting point for a custom theme*/
|
/lvgl-3.4.0/demos/benchmark/ |
D | README.md | 25 Note that it can result in very high FPS results for simple cases. 26 E.g. if some simple rectangles are drawn in 5 ms, the benchmark will tell it's 200 FPS.
|
/lvgl-3.4.0/docs/others/ |
D | monkey.md | 7 A simple monkey test. Use random input to stress test the application.
|
/lvgl-3.4.0/docs/get-started/ |
D | tasmota-berry.md | 25 - Simple: simple and natural syntax, support garbage collection, and easy to use FFI (foreign funct… 58 ### A simple example
|
D | micropython.md | 51 ### A simple example
|
/lvgl-3.4.0/docs/widgets/extra/ |
D | imgbtn.md | 9 The Image button is very similar to the simple 'Button' object. The only difference is that it disp…
|
/lvgl-3.4.0/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 115 /* Create simple label */
|
/lvgl-3.4.0/docs/porting/ |
D | display.md | 13 Draw buffer(s) are simple array(s) that LVGL uses to render the screen content. 83 In the most simple case only the following fields of `lv_disp_drv_t` need to be set: 131 Here are some simple examples of the callbacks: 135 /*The most simple case (but also the slowest) to put all pixels to the screen one-by-one
|
D | indev.md | 57 Full keyboards with all the letters or simple keypads with a few navigation buttons belong here. 88 - When you press the encoder on a simple object (like a button), it will be clicked.
|
/lvgl-3.4.0/docs/overview/ |
D | display.md | 21 - Have some smaller and simple displays in a large instrument or technology. 90 The background color is a simple color to fill the display. It can be adjusted with `lv_disp_set_bg…
|
D | animation.md | 84 You can control the path of an animation. The most simple case is linear, meaning the current value…
|
D | color.md | 114 - `lv_opa_t` A simple `uint8_t` type to describe opacity.
|
D | indev.md | 9 - Keypads like a normal keyboard or simple numeric keypad
|
D | coords.md | 190 The above described "simple functions" hide the style related code for the sake of simplicity and s… 211 However, to keep the LVGL API lean, only the most common coordinate setting features have a "simple…
|
D | style.md | 52 1. Initially the object is in the default state, so it's a simple case: the property is perfectly d… 202 1. If you know that the changed properties can be applied by a simple redraw (e.g. color or opacity…
|
/lvgl-3.4.0/docs/layouts/ |
D | grid.md | 40 Besides simple settings the size in pixel you can use two special values:
|
/lvgl-3.4.0/ |
D | README.md | 48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
|
D | Kconfig | 843 bool "A simple, impressive and very complete theme" 857 bool "A very simple theme that is a good starting point for a custom theme"
|
/lvgl-3.4.0/docs/widgets/ |
D | obj.md | 20 The Base object can be directly used as a simple widget: it's nothing more than a rectangle. In HTM…
|
/lvgl-3.4.0/docs/ |
D | CONTRIBUTING.md | 181 This simple click makes LVGL more visible on GitHub and makes it more attractive to other people. 214 - Make the example as short and simple as possible.
|
12