Page 1 of 1

Hi from a newbie

Posted: Fri Mar 17, 2023 12:19 pm
by Steve_H
Hi All,

I am a long time user of the Arduino Mega's and have just purchased a Nucleo-L496ZG-P. I am having a bit of trouble getting a 2.8" LCD TFT to work with it, all I get is a white screen when I upload the file graphictest_kbv. I know the screen is ok, as it works fine with my Mega. Any help would be appreciated and any pointers to good online tutorials would also be appreciated.

Regards

Steve

Re: Hi from a newbie

Posted: Fri Mar 17, 2023 4:02 pm
by ag123
well, is that an ILI9341 spi?
if it is that is one of the working LCDs
https://github.com/adafruit/Adafruit_ILI9341
https://github.com/ag88/Adafruit_ILI9341_SPI_stm32duino

as for others you may need to search around here
viewforum.php?f=39

Re: Hi from a newbie

Posted: Mon Mar 20, 2023 9:23 am
by Steve_H
Thanks ag123