Home
last modified time | relevance | path

Searched refs:D (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.7.0/docs/overview/renderers/
Darm-2d.md1 # Arm-2D GPU
3 Arm-2D is not a GPU but **an abstraction layer for 2D GPUs dedicated to Microcontrollers**. It supp…
5 Arm-2D is an open-source project on Github. For more, please refer to: https://github.com/ARM-softw…
11 In general, you can set the macro `LV_USE_GPU_ARM2D` to `1`in `lv_conf.h` to enable Arm-2D accelera…
13 …`LV_USE_GPU_ARM2D` manually, instead, please select the component `GPU Arm-2D` in the **RTE** dial…
19 …rm-2D is an abstraction layer for 2D GPU; hence if there is no accelerator or dedicated instructio…
21 **We highly recommend you enable Arm-2D acceleration for LVGL** when:
25 - The device vendor provides an arm-2d compliant driver for their propriotory 2D accelerators and/o…
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_dither.c177 #define FS_COMPONENTS3(A, OP, B, b, C, c, D, d) \ in lv_dither_err_diff_ver() argument
178 A.ch.red = LV_CLAMP(0, A.ch.red OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); \ in lv_dither_err_diff_ver()
179 A.ch.green = LV_CLAMP(0, A.ch.green OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); \ in lv_dither_err_diff_ver()
180 A.ch.blue = LV_CLAMP(0, A.ch.blue OP ((B.r * b OP C.r * c OP D.r * d) >> 4), 255); in lv_dither_err_diff_ver()
/lvgl-3.7.0/docs/layouts/
Dgrid.md8 It can arrange items into a 2D "table" that has rows or columns (tracks). The item can span through…
/lvgl-3.7.0/docs/get-started/os/
Dnuttx.md37 - Final products with a GUI without a touchscreen (i.e. 3D Printer Interface using Rotary Encoder t…
/lvgl-3.7.0/docs/porting/
Dproject.md55 …nfig, but keep in mind that the value from `lv_conf.h` or build settings (`-D...`) overwrite the v…
/lvgl-3.7.0/demos/benchmark/
DREADME.md38 If you are doing performance analysis for 2D image processing optimization, LCD latency (flushing d…
/lvgl-3.7.0/
DKconfig217 … bool "Enable Arm's 2D image processing library (Arm-2D) for all Cortex-M processors."
/lvgl-3.7.0/scripts/
DDoxyfile282 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
2056 # defined before the preprocessor is started (similar to the -D option of e.g.