esp-idf/examples/peripherals/lcd/mipi_dsi/main/Kconfig.projbuild

9 lines
346 B
Plaintext
Raw Normal View History

menu "Example Configuration"
config EXAMPLE_USE_DMA2D_COPY_FRAME
bool "Use DMA2D to copy draw buffer to frame buffer"
default y
help
Enable this option, DMA2D will be used to copy the LVGL draw buffer to the target frame buffer.
This can save some CPU time and improve the performance.
endmenu