peterbmckinley

Results 74 comments of peterbmckinley

Correction, I'm using a 1.3" OLED with an SH1106 controller. I discovered this issue was because your code is written for Python 2. I ran it through 2to3 to convert...

😳 On Sat, 22 Aug 2020, 18:39 Krizzel87, wrote: > So i tried to get it work, what would be nicer than a REAL RETRO PI with > OLED Terminal...

Good luck! I can't help you with that, but good work 🤞😊

> is luma.oled installed to your python3 and running succesfull? > did you start i2c interface etc=? > > Now I have Holiday and want to make a cool pi...

Fantastic! I'll be home soon and will test it. Im using Orange Pi Zero but hopefully it will work too. On Sat, 22 Aug 2020, 19:53 Krizzel87, wrote: > I...

It works! Thank you :)

Hi Krizzel87, I've re-opened this issue as I can't get it to autorun at boot. Adding python3 oledterm/oledterm.py --i2c-port 0 --display sh1106 to /etc/rc.local fails with a Compatibility error. I...

I'm getting this during boot: [ 33.402269] rc.local[1148]: python3: can't open file 'oledterm/oledterm.py': [Errno 2] No such file or directory The path I added in /etc/rc.local works fine: python3 oledterm/oledterm.py...

exactly the same [ 33.826075] rc.local[1166]: python3: can't open file 'oledterm/oledterm.py': [Errno 2] No such file or directory Here is the complete /etc/rc.local file: #!/bin/sh -e # # rc.local #...