Searched refs:other (Results 1 – 25 of 52) sorted by relevance
123
/lvgl-3.7.0/docs/widgets/extra/ |
D | win.md | 8 The Window is built from other widgets so you can check their documentation for details: 28 …in the order the functions are called. So adding a button, a text and two other buttons will resul… 29 The width of the title is set to take all the remaining space on the header. In other words: it pus…
|
D | imgbtn.md | 30 If you set sources only in `LV_IMGBTN_STATE_RELEASED`, these sources will be used in other states t…
|
D | msgbox.md | 12 The message box is built from other widgets, so you can check these widgets' documentation for deta…
|
D | tabview.md | 7 The Tab view is built from other widgets:
|
D | spinbox.md | 29 …imum value is reached with rollover enabled, the value will change to the other limit. If rollover…
|
/lvgl-3.7.0/docs/ |
D | CODE_OF_CONDUCT.md | 15 * Showing empathy towards other community members 29 …issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporaril… 39 …good faith may face temporary or permanent repercussions as determined by other members of the pro…
|
D | CONTRIBUTING.md | 29 Merging new code into the lvgl, documentation, blog, examples, and other repositories happen via *P… 46 The instructions describe the main `lvgl` repository but it works the same way for the other reposi… 156 As LVGL is MIT licensed, other MIT licensed code can be integrated without issues. 177 This simple click makes LVGL more visible on GitHub and makes it more attractive to other people. 213 - Update `index.rst` in the example's folder with your new example. To see how other examples are a… 227 …ind the root of the problem while avoiding extensive questions and exchanges with other developers. 283 Besides the core `lvgl` repository there are other repos for ports to development boards, IDEs or o… 284 If you ported LVGL to a new platform we can host it under the LVGL organization among the other rep…
|
/lvgl-3.7.0/src/extra/ |
D | README.md | 6 In other words, if you have created a complex widget from other widgets, or modified an existing wi…
|
/lvgl-3.7.0/docs/porting/ |
D | tick.md | 3 LVGL needs a system tick to know elapsed time for animations and other tasks.
|
D | os.md | 12 Also, you have to use the same mutex in other tasks and threads around every LVGL (`lv_...`) relate…
|
D | display.md | 44 If two buffers are used LVGL can draw into one buffer while the content of the other buffer is sen… 45 DMA or other hardware should be used to transfer data to the display so the MCU can continue drawin… 61 2. Copy the redrawn areas from `color_p` to the other buffer. 101 Some other optional callbacks to make it easier and more optimal to work with monochrome, grayscale…
|
/lvgl-3.7.0/docs/libs/ |
D | png.md | 6 …er a new image decoder automatically so PNG files can be directly used as any other image sources.
|
D | fsdrv.md | 16 …://github.com/littlefs-project/littlefs)) API, the LittleFS library needs other external libraries…
|
/lvgl-3.7.0/src/draw/sdl/ |
D | README.md | 10 develop accelerated drawing functions with other APIs such as OpenGL/OpenGL ES.
|
/lvgl-3.7.0/docs/overview/ |
D | coords.md | 4 Similarly to many other parts of LVGL, the concept of setting the coordinates was inspired by CSS. … 40 In other words, if you need to get the coordinate of an object and the coordinates were just change… 191 - The values can be partially overwritten by other styles. For example `style_btn` makes the object… 206 As you will see below there are some other great features of size and position setting. 211 Let's say the there are 3 buttons next to each other. Their position is set as described above. 267 …tion, the size transformation doesn't make the object "really" larger. In other words scrollbars, …
|
D | file-system.md | 54 The returned file object will be passed to other file system related callbacks. (see below) 57 The other callbacks are quite similar. For example `write_cb` looks like this:
|
D | font.md | 3 In LVGL fonts are collections of bitmaps and other information required to render images of individ… 100 …ction for screens can be set by `LV_BIDI_BASE_DIR_DEF` in *lv_conf.h* and other objects inherit th… 138 … a horizontal layout. That is the R, G, B channels are next to each other and not above each other.
|
D | style-props.md | 106 Move the object with this value in X direction. Applied after layouts, aligns and other positioning… 115 Move the object with this value in Y direction. Applied after layouts, aligns and other positioning… 229 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… 301 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… 319 …ans no mixing, 255, `LV_OPA_100` or `LV_OPA_COVER` means full recoloring, other values or LV_OPA_1… 349 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… 406 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… 472 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… 484 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… 502 …ly transparent, 255, `LV_OPA_100` or `LV_OPA_COVER` means fully covering, other values or LV_OPA_1… [all …]
|
D | display.md | 30 …ulti-display support. Just transfer the buffer received in `drv.flush_cb` to the other display too. 77 …device](/overview/indev) (if [associated with the display](/porting/indev#other-features)) counts …
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | renesas.md | 11 LVGL can offload several drawing features to the dave-2d engine, freeing up the CPU for other opera… 13 LVGL can offload several drawing features to the dave-2d engine, freeing up the CPU for other opera…
|
D | pc-simulator.md | 43 Note: If you are using other distros, then please install a 'Java Runtime Environment' suitable to … 44 …nd get a "Failed to create the Java Virtual Machine" error, uninstall any other Java JDK installs …
|
/lvgl-3.7.0/docs/widgets/core/ |
D | arc.md | 49 In other words, the angle and value settings are independent. You should exclusively use one or the…
|
/lvgl-3.7.0/tests/ |
D | README.md | 32 - other miscellaneous files and folders
|
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.h | 1002 State(const State& other); 1004 State& operator=(const State& other);
|
/lvgl-3.7.0/docs/intro/ |
D | index.md | 69 - [lv_binding_..](https://github.com/lvgl?q=lv_binding&type=&language=l) Bindings to other languages 140 - or any other display where you can control the color/state of the pixels 214 To work with an operating system where tasks can interrupt each other (preemptively) you should pro…
|
123