cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f4 discovery with touch screen

achourwissem
Associate II
Posted on June 11, 2013 at 12:03

hello !

can i use this TFT to interface with my board?

this is the link to that TFT

http://harizanov.com/2013/02/1-8-tft-lcd-display-on-raspberry-pi/img_1913/
6 REPLIES 6
Posted on June 11, 2013 at 14:39

You'll want to be reviewing the data sheet/manual.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
achourwissem
Associate II
Posted on June 11, 2013 at 20:44

but any specific things could make me sure it will work on stm board ?

frankmeyer9
Associate II
Posted on June 12, 2013 at 11:41

This seems to be an ST7735R based display, interfaced with SPI.

but any specific things could make me sure it will work on stm board ?

 

As the stm32f4 MCU on the discovery board has several SPI interfaces, I see no specific problem.

Just get some driver code (from Adafruit, for instance), and adapt the low level SPI driver.

With a proper search engine, you might even be able to find examples for the stm32f4.

achourwissem
Associate II
Posted on June 12, 2013 at 11:45

thnx!

so any lcd tft with spi interface could be connected to stm ?
frankmeyer9
Associate II
Posted on June 12, 2013 at 13:33

thnx!

 

so any lcd tft with spi interface could be connected to stm ?

Basically yes, but you might need to check/compare the LCD interface spec. and the STM32 SPI spec.

Don't expect extreme graphics performance, and better have a scope ready for debugging.

Possibly this might help:

https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/TFT%20LCD%20MEMS%20AND%20NET&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=54

achourwissem
Associate II
Posted on June 13, 2013 at 11:21

thank you very much for your help! 🙂