boards: arm: mimxrt1060_evk: enable PXP rotation for LVGL sample
Enable PXP rotation for LVGL sample. The PXP is configured to rotate by 0 degrees, so the original image is left untouched. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
d209c837b5
commit
3c23ff051d
2 changed files with 12 additions and 0 deletions
|
@ -323,3 +323,7 @@ arduino_spi: &lpspi1 {
|
|||
pinctrl-0 = <&pinmux_swo>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&pxp {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
8
samples/subsys/display/lvgl/boards/mimxrt1060_evk.conf
Normal file
8
samples/subsys/display/lvgl/boards/mimxrt1060_evk.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright 2023 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Enable PXP DMA engine and set rotation angle to 0 degrees.
|
||||
# This allows us to verify the DMA driver functions without altering
|
||||
# the output image
|
||||
CONFIG_DMA=y
|
||||
CONFIG_MCUX_ELCDIF_PXP=y
|
Loading…
Add table
Add a link
Reference in a new issue