Using the Texy’s Mini TFT Screen for Your Raspberry Pi

The single board computer, the Raspberry Pi (RBPi) is a wonderful device, but it needs a screen for you to see what it is doing. The Mini TFT screen from Texy’s is just made for the RBPi and the kit comes in a beautiful Perspex box too, which makes it very smart and practical. The Perspex box has a neat slot in the corner for the RBPi-Camera, although you may have to add blu-tack to prevent the camera from popping out. The screen and display are pre-built and ready to plug into the RBPi GPIO socket.

The display is backlit TFT, measuring 2.8-inches. The resolution is 320×240, which is a quarter VGA or QVGA, with 64 thousand colors. The current consumption is a mere 99mA. A major portion of this current is on account the backlight, which consumes 85mA. That means, if you switch the backlight off, by setting P1 on Pin18 to low, this screen uses only 19mA, which is great for battery-powered applications.

If you compare this with the 9-inch DVD player screen, which is 640×220 in resolution, and runs from the RBPi Analog output, the Texy’s screen is much sharper and more usable. Note that the standard TV resolution is 720×480 or 720×576. The digital connection makes the RBPi desktop very clear, perfectly formed and very easy to read on the small TFT screen.

The Texy’s screen provides a useful terminal display, fully displaying the entire RBPi desktop. Although it may not run full speed frame-rates, the display shows video perfectly. The compact fonts get a lot of text displayed on the terminal despite it being only 2.8-inches.

The addition of the resistive touch screen is the magical bonus as this opens up a great multitude of project possibilities, where a mouse, full keyboard and display setup would be rather impractical. You can bring the touch panel alive by combining some python code and Tkinter to get a very effective touch-based control system for your RBPi.

Texy’s has added flexibility to the screen in the form of the PI header pass-through available on the display board. You can use a ribbon cable to link the display to the RBPi GPIO and use the GPIO connections on the underside of the display. Alternately, you can connect the display directly to the RBPi GPIO and extend the GPIO with the cable.

Since the display uses SPI interface pins on the GPIO, including CE0, CE1, GPI00, GPI01 and GPI06. The GPIO pass-through allows you to connect your own ribbon cable to add further hardware, which can use the rest of the GPIO pins. A convenient GPIO pin out key is printed on the board for reference.

The easiest option for most is to use pre-configured images for driving the Texy’s display. Others, who are more confident, can modify the existing OS to use the screen; it is suggested to make a backup before setting out. Follow instructions here.

The display case, while providing support to the display unit, also extends out providing protection to the SD-Card while allowing full access to all sockets and connections of the RBPi.