2013-06-11 03:03 AM
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/2013-06-11 05:39 AM
You'll want to be reviewing the data sheet/manual.
2013-06-11 11:44 AM
but any specific things could make me sure it will work on stm board ?
2013-06-12 02:41 AM
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.
2013-06-12 02:45 AM
thnx!
so any lcd tft with spi interface could be connected to stm ?2013-06-12 04:33 AM
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:
2013-06-13 02:21 AM
thank you very much for your help! :)