Skip to content

Commit

Permalink
stm32f429i-disco: disable TM32_FB_CMAP
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jianglianfang committed Oct 9, 2024
1 parent 56495bc commit 564a2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/stm32/stm32f429i-disco/configs/fb/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# modifications.
#
# CONFIG_ARCH_FPU is not set
# CONFIG_STM32_FB_CMAP is not set
# CONFIG_STM32_FLASH_PREFETCH is not set
CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="stm32f429i-disco"
Expand Down

0 comments on commit 564a2a7

Please sign in to comment.