The above LED cube [VoxCube] is being controlled via a Raspberry Pi, using python and the official Raspberry Pi display.
Buttons were setup using the Kivy. Kivy is a Python library which makes creating buttons and events with a touchscreen very easy.
Here is a very good guide on how to get Kivy setup on a Raspberry Pi.
Continue reading Raspberry Pi controlling a LED cube with Python