Skip to content

Commit 6d09592

Browse files
committed
variants/arduino_giga_r1_stm32h747xx_m7: Enable SMH for display.
The LTDC will have its own SMH option, and the upstream shield config will Not enable this by default.
1 parent 5951714 commit 6d09592

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE=2
4545
CONFIG_VIDEO_GC2145=y
4646

4747
CONFIG_DISPLAY=y
48-
CONFIG_INPUT=y
48+
CONFIG_INPUT=y
49+
CONFIG_STM32_LTDC_FB_USE_SHARED_MULTI_HEAP=y
50+
CONFIG_STM32_LTDC_FB_SMH_ATTRIBUTE=2

0 commit comments

Comments
 (0)