Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Arduino and TFT Display Interface

Status
Not open for further replies.
To drive a TFT in a "raw" fashion requires a much bigger chip than the standard Arduino has... You can implement a raw driver with the Due and it looks pretty good.. You will need a display buffer ( same size of the screen ) 480 x 272 x 2.. About 262 kilo bytes of ram Then at least two timers to create the timing... BUT!! before you start, even high end systems use custom graphic driver chips, it uses far too many resources to run it direct.

If you need pointers look into the microchip LCC driver for the pic32 range... It has been implemented on that platform.
https://ww1.microchip.com/downloads/en/AppNotes/00001387C.pdf
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top