Home
last modified time | relevance | path

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

12

/lvgl-3.4.0/examples/widgets/animimg/
Dindex.rst7 :description: A simple example to demonstrate the use of an animation image.
/lvgl-3.4.0/examples/widgets/arc/
Dindex.rst7 :description: A simple example to demonstrate the use of an arc.
/lvgl-3.4.0/src/draw/sw/
Dlv_draw_sw_rect.c504 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/
Dindex.rst1 A simple grid
/lvgl-3.4.0/examples/layouts/flex/
Dindex.rst1 A simple row and a column layout with flexbox
/lvgl-3.4.0/env_support/cmsis-pack/
DREADME.md42 /*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/
DREADME.md25 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/
Dmonkey.md7 A simple monkey test. Use random input to stress test the application.
/lvgl-3.4.0/docs/get-started/
Dtasmota-berry.md25 - Simple: simple and natural syntax, support garbage collection, and easy to use FFI (foreign funct…
58 ### A simple example
Dmicropython.md51 ### A simple example
/lvgl-3.4.0/docs/widgets/extra/
Dimgbtn.md9 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/
DLVGL_Arduino.ino115 /* Create simple label */
/lvgl-3.4.0/docs/porting/
Ddisplay.md13 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
Dindev.md57 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/
Ddisplay.md21 - 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…
Danimation.md84 You can control the path of an animation. The most simple case is linear, meaning the current value…
Dcolor.md114 - `lv_opa_t` A simple `uint8_t` type to describe opacity.
Dindev.md9 - Keypads like a normal keyboard or simple numeric keypad
Dcoords.md190 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
Dstyle.md52 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/
Dgrid.md40 Besides simple settings the size in pixel you can use two special values:
/lvgl-3.4.0/
DREADME.md48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
DKconfig843 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/
Dobj.md20 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/
DCONTRIBUTING.md181 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