stm32f429i-disco: disable TM32_FB_CMAP

The default bpp is STM32_LTDC_L1_L8, when TM32_FB_CMAP=y,and The default bpp is STM32_LTDC_L1_RGB565 when TM32_FB_CMAP=n. The color-format bpp  of stm32f429i is 16, so we should be disable TM32_FB_CMAP, otherwise fb demo will result in an error.

Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
This commit is contained in:
jianglianfang 2024-10-09 15:24:08 +08:00 committed by Xiang Xiao
parent 73d9a1b4a2
commit 8b49e17f1f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
# modifications. # modifications.
# #
# CONFIG_ARCH_FPU is not set # CONFIG_ARCH_FPU is not set
# CONFIG_STM32_FB_CMAP is not set
# CONFIG_STM32_FLASH_PREFETCH is not set # CONFIG_STM32_FLASH_PREFETCH is not set
CONFIG_ARCH="arm" CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="stm32f429i-disco" CONFIG_ARCH_BOARD="stm32f429i-disco"