2018-10-10 06:58 AM
Hi good people. I would love to try a display connected to my stm32F411RE. But I cant find any product. Do you know any? thx a lot. Greetings. Jan
2018-10-10 07:24 AM
STM32F411 doesn't come with a native LCD interface like LTDC, so you'll have to use an LCD with its own controller and a serial interface, most commonly it will be SPI.
As Nucleo-64 has Arduino compatible connectors you can use any Arduino UNO compatible Serial LCD you can find in your favourite Chinese online-store.
2018-10-10 08:05 AM
The I2C OLED 128x32 and 128x64 type displays work quite well off NUCLEO boards.
2018-10-11 12:29 AM
SPI gives you heaps of choices: but not sure if this shield will fit;
this is just about the most expensive choice you can make,, $65
10.1"TFT LCD Display Shield RA8876 for Due
https://www.buydisplay.com/default/serial-spi-arduino-10-1-tft-lcd-display-shield-ra8876-for-due
this one has Touch, it just needs the SPI port
but using SPI, you can access many different sizes on that site.
2018-10-11 07:48 AM
Thanx a lot good people! I will choose this one for arduino. It is cheap. about 14 dolars in my country.
Thanx for advice!