Question
GFX01M2 display expansion board Hello World Demo not working
I'm trying to run the X-NUCLEO-GFX01M2 X-Cube-Display Hello World Demo on my NUCLEO-L476RG board via SPI, but I can't get past the BSP_LCD_Init function. In the lcd_io.c file, a BSP_ERROR_UNKNOWN_COMPONENT error is returned after this condition:
if((ST7789V_LCD_Driver.ReadID(LcdCompObj, &id) == ST7789V_OK) && (id == ST7789V_ID))
is not fullfilled.
