Hello all,
here is my OLED 128 x 64 pixel 0.96 i2c with customized luma.core based on Richard Hull´s for the Raspberry. The whole thing is on Github the shown customized examples are all included…
Prerequisite:
-
Tested on Armbian ( recommended) and Debian with user “rock”.
-
AZDelivery OLED Parent 128 x 64 Pixel 0.96 Inches i2c (Amazon, …)
GND=Pin9,
VCC=Pin1 (3.3V) or Pin3 (5V)
SCL=Pin28 (I2C0_SCL_M1)
SDA=Pin27 (I2C0_SDA_M1)
Software installation:
The overlays & ported scripts can be installed in the terminal via:
cd
git clone --depth=1 https://github.com/Jodels2002/Rock5b_SSD1308.git
sudo chmod -R 775 Rock5b_SSD1308
cd Rock5b_SSD1308
./setup.sh
-> After installation Script and customized examples are located in /opt/OLED.
-> A cronjob is created, which plays the different screens in continuous loop.
After reboot, it should work …
I would be grateful for any suggestions for improvement So that everyone doesn’t have to start from “zero” - these are my first results…
Greetings Bernd