How to set the the repository STM32Cube_FW_H7_V1.11.1 in a SEGGER example from the 11.0
As sure many of you know, the actual STM32H747i-disco can with a different display, so dont work with the examples in the 11.0 repository.
But work perfect in the 11.1 if you set in the stm32h747i_discovery_conf.h
/* LCD controllers defines */
#define USE_LCD_CTRL_OTM8009A 0U
#define USE_LCD_CTRL_NT35510 1U
#define USE_LCD_CTRL_ADV7533 0U
But I can not find a smart way to modify the Segger examples from the 11.0 to make it work with the new display.
In other words. how I can replace the repository files from an older version example to work with the new firmware package.
Thanks and sorry if this issue was resolved previously
