I cannot get kivy working on PiTFT using KivyPie 0.6 and the AdaFruit DIY Installer script.
No X11 involved here, running from the console.
My kivy program does run, and I see touch and keyboard events from the touchscreen (this is all an improvement over my previous attempts), but I cannot figure out how to get the display of the kivy app to go to the PiTFT. When I run my kivy app, the display still goes to the "normal" Pi output (e.g. two screens connected to the RPi) instead of picture going to the PiTFT touchscreen.
I tried a pygame app which works just fine on the PiTFT, so my problem is convincing kivy to send the output to the proper fb device.
- Dan Stoner