Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is not a Arduino-compatible library(?) #5

Open
petzl20 opened this issue Jan 29, 2019 · 1 comment
Open

This is not a Arduino-compatible library(?) #5

petzl20 opened this issue Jan 29, 2019 · 1 comment

Comments

@petzl20
Copy link

petzl20 commented Jan 29, 2019

The comments say: "Smooth scrolling text library for the SSD1306 display / Arduino. With this library you can display a horizontal scrolling textline on your SSD1306 display. [...] I've written this library for the Wemos LOLIN32 board, which uses an ESP32 with a SSD1306 OLED display."

If you try to use the JLInfoTicker.h
You need SSD1306Wire.h, which requires the "ESP8266/ESP32 OLED Driver for 1306 display" library, which is for the ESP32.

So, there's no way this can work on an Arduino, right? And its not a simple issue of just substituting the appropriate Arduino libraries: eg, Adafruit_SSD1306.h for SSD1306Wire.h.
As I'm looking there seems to be certain functions in the ESP32 that are missing in Adafruit's version: eg, references to setTextAlignment().

@mm108
Copy link

mm108 commented Feb 1, 2019

Have you added this driver library and get the OLED examples in that lib to work? I have to mention I am no expert on Arduino/ESP32 but I think you may be able to get this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants