Configuring meshtasticd on Linux to use SSD1306 OLED on Adafruit RF95W board #7111
Unanswered
chrisportela
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Yesterday I spent some time testing out the RF95W board and while there were some hiccups, it worked which was great.
The only thing which didn't work, but I expected to work, was showing anything on the SSD1306 OLED on the board connected via I2C. I have used Adafruit's CircuitPython test script to confirm it does actually work and show text on it and I see support for the OLED in the firmware code as well as the options via the Apps and Web App.
I am guessing that the native build doesn't have support enabled for it at the moment? The logs imply to me that it can tell there is something there when it says it found "
0x2 subtype...
" which I think is the enum value for the SSD1306, but it doesn't do anything with it and other logs I expect to see are not happening.As of right now I can't actually get a normal build to work, that's something I'll improve later, but is this something to be expected?
Beta Was this translation helpful? Give feedback.
All reactions