nuttx/graphics/nxglib
wangjianyu3 bcb1332792 graphics/nxglib: use putarea for lcd copyrectangle when available
For LCD drivers that implement putarea(), use it to copy the entire
rectangle in a single call instead of per-row putrun() calls. This
avoids the per-row overhead of setting the display window
(CASET+RASET over SPI) for every scanline.

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2026-04-03 16:54:38 +02:00
..
cursor graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
fb graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
lcd graphics/nxglib: use putarea for lcd copyrectangle when available 2026-04-03 16:54:38 +02:00
pwfb graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
.gitignore Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
CMakeLists.txt graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
Make.defs graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
Makefile.cursor graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
Makefile.devblit graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
Makefile.pwfb graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
nxglib.h graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
nxglib_bitblit.h graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
nxglib_copyrun.h graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
nxglib_fillrun.h graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00