nuttx/graphics
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
..
nxbe style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
nxglib graphics/nxglib: use putarea for lcd copyrectangle when available 2026-04-03 16:54:38 +02:00
nxmu sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
nxterm style: Fix "the the" typo across the codebase. 2026-03-23 11:07:49 +01:00
CMakeLists.txt graphics: migrate to SPDX identifier 2024-09-10 22:54:31 +08:00
Kconfig Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
Makefile Makefile: Remove make depend files by make distclean 2026-02-16 16:27:57 +01:00