Searched refs:simple (Results 1 – 25 of 34) sorted by relevance
12
/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/src/draw/sw/ |
D | lv_draw_sw_rect.c | 506 bool simple = true; in draw_shadow() local 507 …if(mask_any || dsc->bg_opa < LV_OPA_COVER || dsc->blend_mode != LV_BLEND_MODE_NORMAL) simple = fal… in draw_shadow() 513 if(!simple) { in draw_shadow() 555 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() 556 else simple_sub = simple; in draw_shadow() 597 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() 598 else simple_sub = simple; in draw_shadow() 637 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() 638 else simple_sub = simple; in draw_shadow() 684 if(simple && _lv_area_is_out(&clip_area_sub, &bg_area, r_bg)) simple_sub = true; in draw_shadow() [all …]
|
/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/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/others/ |
D | monkey.md | 3 A simple monkey test. Use random input to stress test the application.
|
D | ime_pinyin.md | 50 Customizing the dictionary is very simple. 123 `lv_ime_pinyin` supports 26 key and 9 key input modes. The mode switching is very simple, just call…
|
D | msg.md | 7 In `lv_msg` these are simple `uint32_t` integers. For example:
|
/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*/
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | tasmota-berry.md | 21 - Simple: simple and natural syntax, support garbage collection, and easy to use FFI (foreign funct… 54 ### A simple example
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | imgbtn.md | 5 The Image button is very similar to the simple 'Button' object. The only difference is that it disp…
|
/lvgl-3.7.0/demos/benchmark/ |
D | README.md | 29 Note that it can result in very high FPS results for simple cases. 30 E.g. if some simple rectangles are drawn in 5 ms, the benchmark will tell it's 200 FPS.
|
/lvgl-3.7.0/docs/porting/ |
D | display.md | 9 Draw buffer(s) are simple array(s) that LVGL uses to render the screen content. 79 In the most simple case only the following fields of `lv_disp_drv_t` need to be set: 128 Here are some simple examples of the callbacks: 132 /*The most simple case (but also the slowest) to put all pixels to the screen one-by-one
|
D | indev.md | 54 Full keyboards with all the letters or simple keypads with a few navigation buttons belong here. 85 - When you press the encoder on a simple object (like a button), it will be clicked.
|
/lvgl-3.7.0/docs/overview/ |
D | display.md | 17 - Have some smaller and simple displays in a large instrument or technology. 85 The background color is a simple color to fill the display. It can be adjusted with `lv_disp_set_bg…
|
D | animation.md | 83 You can control the path of an animation. The most simple case is linear, meaning the current value…
|
D | color.md | 110 - `lv_opa_t` A simple `uint8_t` type to describe opacity.
|
D | coords.md | 186 The above described "simple functions" hide the style related code for the sake of simplicity and s… 207 However, to keep the LVGL API lean, only the most common coordinate setting features have a "simple…
|
D | indev.md | 5 - Keypads like a normal keyboard or simple numeric keypad
|
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 115 /* Create simple label */
|
/lvgl-3.7.0/docs/layouts/ |
D | grid.md | 36 Besides simple settings the size in pixel you can use two special values:
|
/lvgl-3.7.0/docs/get-started/bindings/ |
D | micropython.md | 47 ### A simple example
|
/lvgl-3.7.0/ |
D | README.md | 48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
|
/lvgl-3.7.0/docs/widgets/ |
D | obj.md | 16 The Base object can be directly used as a simple widget: it's nothing more than a rectangle. In HTM…
|
/lvgl-3.7.0/docs/ |
D | CONTRIBUTING.md | 177 This simple click makes LVGL more visible on GitHub and makes it more attractive to other people. 210 - Make the example as short and simple as possible.
|
12