Closed sgjava closed 6 years ago
If you run the perfloop.py example, do you see the FPS being reported on the console?
Ok, so the reason the examples don't work for you is that when it initializes, it does so with BCM numbering rather than BOARD (like your working example does). See https://github.com/rm-hull/luma.core/blob/master/luma/core/lib.py#L24.
If odroid supports BCM pin numbers, try substituting the right values on the command line and it should work as expected.
OK, cool, I'l try BCM after looking at https://github.com/swkim01/RPi.GPIO-OdroidC1 and I'll reply back here...
Haha, you rock, Merry Xmas!
sudo python demo.py -d ssd1331 -i spi --spi-port 0 --spi-device 0 --gpio-data-command 24 --gpio-reset 25 --width 96 --height 64
Using ODROID C1+ and the following works fine:
Running any of the examples with the following and nothing displays: