Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 34) sorted by relevance

12

/lvgl-3.7.0/examples/widgets/animimg/
Dindex.rst7 :description: A simple example to demonstrate the use of an animation image.
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_rect.c506 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/
Dindex.rst7 :description: A simple example to demonstrate the use of an arc.
/lvgl-3.7.0/examples/layouts/grid/
Dindex.rst1 A simple grid
/lvgl-3.7.0/examples/layouts/flex/
Dindex.rst1 A simple row and a column layout with flexbox
/lvgl-3.7.0/docs/others/
Dmonkey.md3 A simple monkey test. Use random input to stress test the application.
Dime_pinyin.md50 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…
Dmsg.md7 In `lv_msg` these are simple `uint32_t` integers. For example:
/lvgl-3.7.0/env_support/cmsis-pack/
DREADME.md82 /*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/
Dtasmota-berry.md21 - 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/
Dimgbtn.md5 The Image button is very similar to the simple 'Button' object. The only difference is that it disp…
/lvgl-3.7.0/demos/benchmark/
DREADME.md29 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/
Ddisplay.md9 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
Dindev.md54 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/
Ddisplay.md17 - 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…
Danimation.md83 You can control the path of an animation. The most simple case is linear, meaning the current value…
Dcolor.md110 - `lv_opa_t` A simple `uint8_t` type to describe opacity.
Dcoords.md186 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
Dindev.md5 - Keypads like a normal keyboard or simple numeric keypad
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino115 /* Create simple label */
/lvgl-3.7.0/docs/layouts/
Dgrid.md36 Besides simple settings the size in pixel you can use two special values:
/lvgl-3.7.0/docs/get-started/bindings/
Dmicropython.md47 ### A simple example
/lvgl-3.7.0/
DREADME.md48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
/lvgl-3.7.0/docs/widgets/
Dobj.md16 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/
DCONTRIBUTING.md177 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