chester's blog

technology, travel, comics, books, math, web, software and random thoughts

My Experience With PiScreen

14 Dec 2014

Even though you can plug a Raspberry Pi to any modern TV/monitor, its diminutive size screams for a smaller screen, ideally a touch-sensitive one. PiScreen was one of the first (relatively) inexpensive screens like that. Excited by the video below, I backed its KickStarter in April, received it in October and just found the time to build it.

I had some fun, and I will still do some interesting stuff with it. Some projects are more suited for it than others, so you may want to check my experience and decide whether it suits your needs.

For 70 AUD (55 + shipping) I got PiScreen in the “kit” form. Ten more bucks would have given me it fully assembled, but (as Steve Wozniak might say) why should I let someone else have the fun of soldering it? Even with a blue component among the orange/black ones (my kit was missing a 0.1 μF capacitor), the end result was a beautiful board, which can be either directly plugged above the Pi or connected with the (included) flat cable.

PiScreen after my soldering job

Mind you, I had a few problems with the software. The driver install instructions are pretty clear, but I could not get the display to work, even on a freshly installed Raspbian. I had to use their Linux image with drivers installed, which was good for testing and writing this post, but one would likely want to use the screen with other custom distributions (e.g., an emulator one like ChameleonPi).

It worked - but the colors were all wrong! Disappointed, I was ready to check my soldering (as it really seemed to be a hardware problem), but I discovered other people had the same problem, and the solution was to reduce the refresh rate of the screen. Not ideal, but it fixed the colors:

PiScreen with a flat cable, running Ruby (irb)

The touch screen has a fair response - it is possibly more hindered by the Raspberry Pi itself (in particular on an unoptimized distro running X) than by its own build quality. I was able to play a reversi game with the included stylus, but a finger works fine for less precision-dependent tasks.

Conclusion

PiScreen showing some windows

Currently, you can buy the PiScreen in assembled or kit form. However, the KickStarter project creator admits the through-hole soldering increases the noise on the board, which requires the mentioned refresh rate reduction. It also seems that the GPIO connection driver will consume some Pi resources.

Those are surely deal-breakers if your goal is to play games or media - but for those applications, you’d rather drop the touch ability and get something with an HDMI/composite connection (which will work out of the box with any gaming distro with no performance penalty). People have been using security camera and GPS rearview screens to build portable Raspberry Pi gaming consoles, which I may try at some point in the future.

PiScreen + Chocolate battery = yummy!

However, other applications requiring touch support and not depending on high refresh rates on the screen are a great match for PiScreen. It is likely the most convenient, cost-effective and (why not) fun way to get a sturdy touch screen right over your Raspberry Pi.

PiScreen next to a card deck, for size comparison