I updated my raspberrypi with
\curl -sS get.pimoroni.com/uptodate | bash
Installed everything with
\curl -sS get.pimoroni.com/dot3k | bash
No errors just rebooted but all the samples seems to work only displaying no text. Backlight works / extra Leds work and the buttons do work.
SPI and I22 are turned on and device-tree is also turned on (also tried off) like found in some other thread.
But no luck… cant get text to display.
I’am using Python 2.7.9 and
Name: st7036
Version: 1.4.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: spidev
Name: dot3k
Version: 2.0.1
Location: /usr/local/lib/python2.7/dist-packages
Requires: st7036, sn3218, cap1xxx
Any more hints?