Category Archives: Display

5″ 800×480 capacitive touch LCD with built-in ft811 graphics controller

In a previous post  I used a 7″ capacitive touch display together with a ft810 graphics controller (using FTDI VM810C development board) and ESP8266 processor. This time I’ll try to run the same software using a 5″ LCD from Thaoyu (cost $38 + shipping) with a built-in FT811 graphics controller. While it’s a smaller display it cheaper and less complex to put together. You only need the display and a main processor.

Continue reading 5″ 800×480 capacitive touch LCD with built-in ft811 graphics controller

ESP8266/NodeMCU with FT81x based 7″ display

c7d20659-2

I want my weatherstation to be connected wirelessly to internet to fetch weather data, time info, symbols etc. One of the cheapest option these days is to use a ESP8266. Originally I planned to use it only as a serial wifi device for Arduino. Moving small abouts of (structured) data such as forecast, time etc. from ESP8266 to Arduino is easy. But what about images? It seems to be easy to download images using ESP8266, such as Daniel Eichhorn have done in his ESP8266 Weather Station Color. But how to transfer images from 8622 to the Arduino? Common external flash or SDcard ? Serial ? I really don’t know. So, what if I can use the ESP8266 for everything and just ditch the Arduino? After all, the ESP8266 is a capable processor.

Continue reading ESP8266/NodeMCU with FT81x based 7″ display

Arduino with 7″ 800×480 capacitive touch display and Gameduino2 library

c7d20645First time I saw the graphics capabilities of FT800 was on the Gameduino2. From then I’ve wondered if FT800 could be used as graphics controller in my weatherstation project.

Due to limited resolution it could only be used for LCDs up to 5″. Since then, the FT81x series of controllers have been released. They support higher resolutions and allows for typical 7″ displays. In the meantime I’ve also experimented with capacitive touch panels. I find them so much better that the resistive ones.

Continue reading Arduino with 7″ 800×480 capacitive touch display and Gameduino2 library

7″ standalone capacitive multitouch panel (800×480)

Some months ago I bought a $8 standalone 7″ capacitive multitouch panel from BuyDisplay (7 inch Capacitive Touch Panel with Controller FT5316 for 800×480). I’ve now had time to test it out. My theory was that I could reuse library code I already had for a  previous 7″ display project even though the controller is not exactly the same. In fact, it worked without any modifications. Code is as usual on github.

I now have the possibility to add capacitive multitouch capabilities on any 7″ LCD display I chose. One example is shown in arduino-with-7-800×480-capacitive-touch-display-and-gameduino2-library.

c7d20637

Continue reading 7″ standalone capacitive multitouch panel (800×480)

Next generation EVE graphics chip, the FT81x, from FTDIChip

I’ve really liked the FT80x series of graphics chips, also called EVE. My main concern was that they only supported up to 512×512 pixels. That limitation prevented me from using it for 7″ displays. However, a few weeks ago the released a new generation consisting of four different versions: FT810, FT811, FT812 and FT813 ICs Among several updated features, they now support up to 800×600 pixels. Perfect match for 7″ displays. You can read more about it in the Press release.

I really want to take a closer look at this chip.

5″ capacitive touch panel with GSL1680 up’n running with arduino

I7D_3121

Some months ago I wrote about getting a 7″ capacitive touch LCD up’n running with Arduino. Since that time I’ve investigated 5″ displays with capacitive touch. There are some, such as the NHD-5.0-800480TF-ATXL#-CTP from Newhaven which uses the FT5306 capacitive touch controller. That one is interesting because I already have touch driver for the FT5x06 series. However, it costs $70.

A much cheaper alternative is i.e. the RA8875 based 5″ from BuyDisplay. It costs $35. Half the price. You can also buy separate touch panel to put on your own display for $8.50. The problem is that they use a Silead GSL1680 touch controller which is a bit tricky when it comes to writing drivers for it. Among other things it requires special firmware to work. I just gave up on it. That was until Tomek started the Has-anyone-tried-running-the-GSL16880-capacitive-touchscreen-controller-with-Teensy3 thread over at PJRC(Teensy) forum. January 14th, wolfmanjm got the buydisplay GSL1680 based board up’n running with a STM32L100 discovery board. He posted a video on youtube. After that it was tested on Teensy, and finally CosR1 managed to get it up’n running on an XMEGA AVR.

Continue reading 5″ capacitive touch panel with GSL1680 up’n running with arduino

LCD screen quality

I’ve tried several LCD screens for “hobbyists”. Initially they look good, but as soon as you look at them from the side, the colors typically get washed out. This is the same problem TVs, PC screens and mobile phones had 2-3 years ago. Why haven’t the progress in those areas “leaked” into the hobbyist marked ? Could it be price ? In order to find the “best” screen I’ve created a colorbar test that currently works for some of the different LCDs/controllers out there. The goal is to test several LCDs, take pictures from different angles and post them at my blog. If you have suggestions for what to test, or have links to relevant info, please leave a comment.

screen_color_tests

The colorbar test can be found in github. The LCDs currently supported by the code are based on FT800, RA8875, and “UTFT” controllers.