thanh_tan post at 2018-4-8 00:15:53

12864 OLED Module 9.6inch from Orange PI

I have a screen 12864 purchase from Orange PI

https://www.aliexpress.com/store/product/Orange-Pi-0-96-inch-OLED-Module-128x64-LED-Display-Module-I2C-interface-NEW/1553371_32844938801.html

I tried to wiring as per the chinese instruction

https://img.alicdn.com/imgextra/i1/734650578/TB2Z9wccvjM8KJjSZFyXXXdzVXa_!!734650578.jpg

then load the overlay like this

verbosity=1
console=serial
overlay_prefix=sun8i-h3
rootdev=UUID=bd0ded76-1188-4b52-a20a-64f326c1f193
rootfstype=ext4
overlays=w1-gpio uart1 i2c0 spi-spidev
param_w1_pin=PA20
param_w1_pin_int_pullup=1
param_uart1_rtscts=1
param_spidev_spi_bus=0

but cannot start the demo_led function

nopnop2002 post at 2018-4-8 12:20:04

Try this.

https://github.com/nopnop2002/ssd1306_rpi

thanh_tan post at 2018-4-13 00:16:47

Already, even put it on a Rasp Pi but still not get the screen on :(

nopnop2002 post at 2018-4-13 21:52:27

Edited by nopnop2002 at 2018-4-14 08:26

thanh_tan replied at 2018-4-13 00:16
Already, even put it on a Rasp Pi but still not get the screen on
Is wiring as follows?

GND    --- Gnd
VCC    --- 3.3V
SCL    --- SCLK(Pin#23)
SDA    --- MOSI(Pin#19)
RST    --- GPIO2(Pin#3)
DC   --- GPIO4(Pin#7)



thanh_tan post at 2018-6-8 01:16:40

nopnop2002 replied at 2018-4-13 20:52
Is wiring as follows?

GND    --- Gnd


I tried many way of wiring, 1st follow from the chinese site
https://img.alicdn.com/imgextra/i1/734650578/TB2Z9wccvjM8KJjSZFyXXXdzVXa_!!734650578.jpg

then your way but the screeen doesn't go on

nopnop2002 post at 2018-6-8 06:17:39

Edited by nopnop2002 at 2018-6-8 07:09

thanh_tan replied at 2018-6-8 01:16
I tried many way of wiring, 1st follow from the chinese site



Try with Legacy Amrbian kernel on OPi.
https://www.armbian.com/download/
page: [1]
View full version: 12864 OLED Module 9.6inch from Orange PI