| Thread Tools |
25th July 2013, 08:03 | #1 |
[M] Reviewer Join Date: May 2010 Location: Romania
Posts: 153,514
| Easy LCD control for Arduino Mega [Andy Brown] wrote in to show off the TFT LCD adapter he’s been working on for connecting inexpensive displays to an Arduino Mega. These TFT LCD screens can be picked up on eBay for a few dollars. But they’re more suited for 16-bit microcontrollers which operate at 3.3V levels. His adapter board, which plugs directly into the Mega’s dual-row pin header, makes it easier to control these with an 8-bit chip that is running at 5V. There’s a couple of things that make this happen. First off, he’s included level converter chips to managed the 3.3V/5V issues. Second, he uses latch chips to translate eight pins on the Arduino Mega to sixteen pins on the display. Those chips have a latch pin which holds the output values in memory while the input pins are changed. He manages to drive the latch on just one of the chips using the chip select (CS) line called for by the LCD protocol. This means you don’t lose any extra pins. Another way to uses the displays with Arduino is to use a smart controller for TFT screens. http://hackaday.com/2013/07/24/easy-...8Hack+a+Day%29 |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Arduino oscilloscope at five megasamples per second | Stefan Mileschin | WebNews | 0 | 9th July 2013 08:38 |
Turning a router into an Arduino shield | Stefan Mileschin | WebNews | 0 | 8th July 2013 08:21 |
Arduino Micro shrinks your favorite DIY platform down to ridiculous proportions | Stefan Mileschin | WebNews | 0 | 9th November 2012 08:46 |
Meet the Arduino Due, the 32-bit board that'll let your projects fly (really) | Stefan Mileschin | WebNews | 0 | 23rd October 2012 08:03 |
Digispark, Arduino's unofficial kid brother, takes Kickstarter by storm | Stefan Mileschin | WebNews | 0 | 21st August 2012 07:47 |
Arduino Kegerator hack checks in your homebrews on Untappd | Stefan Mileschin | WebNews | 0 | 19th July 2012 08:59 |
Arduino gets super-sized ahead of Maker Faire | Stefan Mileschin | WebNews | 0 | 18th May 2012 07:31 |
Today’s Arduino Minute | jmke | WebNews | 0 | 16th February 2011 16:57 |
Arduino The Documentary | jmke | WebNews | 0 | 24th January 2011 17:47 |
Broken laptop recovered using an Arduino | jmke | WebNews | 0 | 10th January 2011 15:24 |
Thread Tools | |
| |