Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions drivers/display/Kconfig.mcux_elcdif
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ config MCUX_ELCDIF_FB_NUM
implications of this concern you, leave at least one driver
framebuffer enabled.

config MCUX_ELCDIF_FB_SIZE
int "Framebuffer size required by the eLCDIF driver"
default 3686400
help
eLCDIF driver allocates framebuffers to support partial display updates.
The framebuffer size is computed as : panel_width * panel_height * bpp.
The default value is set to afford for a default resolution of 1280x720 and
4-bytes pixel format, e.g. ARGB8888. Applications should change this value
according to the actual used resolution and format to optimize the heap size.

config MCUX_ELCDIF_PXP
bool "Use PXP for display rotation"
depends on MCUX_PXP
Expand Down
Loading