News

Python proof of concept for interfacing an XPT2046 Touch Screen Controller to a Raspberry Pi using SPI (via bit-banged GPIO). This sample uses the SPI pins on the Raspberry Pi Expansion header. (With ...
#define TOUCH_CS 04 // Chip Select (T_CS) of touch screen. #define SPI_FREQUENCY 20000000 // An XPT2046 requires a lower SPI clock rate of 2.5 MHz: #define SPI_TOUCH_FREQUENCY 2500000 . Meaning: the ...
A small app that uses Python and Kivy. Syncs with Microsoft ToDo as well as Spotify and OpenWeatherMap for information. Designed to run on a 3.5" touch screen for the raspberry pi. AKA Smoopi. A ...
The Raspberry Pi can power all kinds of great projects, but building an interface to actually interact with those projects is a chore. DIYer Toby Kuri ...
With the compliments of the Elektor Labs and Editorial teams, and our best wishes for the new year, here comes another previously unpublished article that's free to download by all registered ...
Because you’re using a Raspberry Pi you can add other input devices as well and even make a touchscreen home automation system with your Pi and some relays. In short, it’s a great little package.