nuttx/graphics/nxglib/lcd
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
..
nxglib_copyrectangle.c graphics/nxglib: use putarea for lcd copyrectangle when available 2026-04-03 16:54:38 +02:00
nxglib_fillrectangle.c
nxglib_filltrapezoid.c
nxglib_getrectangle.c
nxglib_moverectangle.c
nxglib_setpixel.c