fcgdam / TTGO_LoRa32

Some sample code for the TTGO ESP32 Oled Lora board.
108 stars 58 forks source link

Which SSD1306 library to use? #8

Closed jbrepogmailcom closed 4 years ago

jbrepogmailcom commented 4 years ago

There are several libraries for SSD1306, one even named ssd1306. But this one does not work, which is the correct one? From what author? Thank you.

fcgdam commented 4 years ago

This means that your hardware is different from the one that I've used that has a SSD1306.

Maybe your chip is the ssd1106? It's is a cheaper version of the SSD1306. Not sure what lib should use for this one, maybe Adafruit's?

jbrepogmailcom commented 4 years ago

The chip is ESP32-based TTGO LoRa32. I have installed all libraries that contained SSD1306 (there are about 10 of them) and it finally compiled without complaints