bitbank2 / ss_oled

Simple and small library to control 1-bpp OLED displays (Linux + Arduino)
GNU General Public License v3.0
186 stars 34 forks source link

doesn't work for Arduino Nano Every #58

Closed 80stech closed 2 years ago

80stech commented 2 years ago

I have been using this with Nanos and has been working great :) but I can't seem to get it working for the Nano Every?

bitbank2 commented 2 years ago

I have a Nano Every to test with, but I consider this library deprecated in favor of my OneBitDisplay library. Can you share the code you're using and the "mode of failure" you're seeing?

80stech commented 2 years ago

OK, I found the problem was that I had the I2c rate cranked up to 800000 which has been perfectly fine using the Nanos but apparently not for the Every. I put the I2c data rate down to 400000 and things came to life! :) Maybe I'll try adding some pull up resistors to see if I can get the Every back up to 800000. Thanks so much for your reply and I'll be sure to give the OneBitDisplay a try! :)