Hi I have encountered the exact same problem as you did. And I have solved the problem.I found this can be solved by including it's .c implementation, such as:#include <stm32746g_discovery_lcd.h>
#include <stm32746g_discovery_lcd.c>But this is not ...