How to use oled library with python3
-
Is there a way to use the oled library with python3?
Thanks in advance,
Alan
-
@Alan-Smith Right now we are still writing a wrapper for the OLED library. However, we do have an older version of a python library for the OLED here: https://github.com/OnionIoT/Python-OLED. However, this library uses
smbus
, which we haven't had a chance to compile for the Omega yet. If you are feeling adventures you can try to compile it.Also, the
Python-OLED
is dependent on thePython-I2C
library which can be found here: https://github.com/OnionIoT/Python-I2C.