12-22-2018, 07:43 PM
(12-22-2018, 10:26 AM)ear5142 Wrote: #from luma.core.interface.serial import spi
from luma.core.interface.serial import i2c
from luma.core.render import canvas
from luma.oled.device import ssd1306
import RPi.GPIO as GPIO
#serial = spi(port=0, device=0, gpio_DC=27, gpio_RST=24)
serial = i2c(port=1, address=0x3C)
device = ssd1306(serial, rotate=2)
http://moodeaudio.org/forum/showthread.p...70#pid5270
Thanks. Will try it today or tomorrow and let you know.
Remy