mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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> |
||
|---|---|---|
| .. | ||
| cursor | ||
| fb | ||
| lcd | ||
| pwfb | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile.cursor | ||
| Makefile.devblit | ||
| Makefile.pwfb | ||
| nxglib.h | ||
| nxglib_bitblit.h | ||
| nxglib_copyrun.h | ||
| nxglib_fillrun.h | ||