cancel
Showing results for 
Search instead for 
Did you mean: 

GFX01M2 display expansion board Hello World Demo not working

haspirimla
Associate

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.

1 REPLY 1
FBL
ST Employee

Hello @haspirimla 

 

Have you tried using the LCD example provided with X Cube package? Actually, this package has been tested using ILI9341_LCD_Driver. So, you may need to make some adjustments. 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.