Skip to main content
John_zhang
Associate II
February 28, 2019
Question

How to select 3.5" LCD and matrix keyboard for NUCLEO-L476RG

  • February 28, 2019
  • 2 replies
  • 710 views

I had X-NUCLEO-NFC05A1(3911B reader), NUCLEO-L476RG(MCU), ST25DV16(tag). 3911B would read message from tag by RF and transmit to MCU by SPI interface. Now I hope the message is displayed at 3.5" LCD. How to select LCD integrated simply? such as SPI or I2C or GPIO interface? stm32 lcd driver software. At the same time I hope some buttons to control system. such as reboot, shutdown MCU and LCD....

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
February 28, 2019

Got a lot of specific needs, going to limit your choices, you might have to port some code, beyond the I2C or SPI abstractions code targeting other MCU is usually pretty portable.

https://www.adafruit.com/product/2050

https://www.newhavendisplay.com/

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
John_zhang
Associate II
March 1, 2019

Hi,

Thank you!

BR,

John