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

Various examples don't work #68

Open
johncblacker opened this issue Apr 12, 2020 · 3 comments
Open

Various examples don't work #68

johncblacker opened this issue Apr 12, 2020 · 3 comments

Comments

@johncblacker
Copy link

I've tied the Example scrolling display for 64 pixel high display and I get compile errors Class SSD1306AsciiWire has no member named setScrollMmode, I've tried other examples and get other compile errors. I'm simply copying your example code from Github over to my arduino ide and trying to run.

@greiman
Copy link
Owner

greiman commented Apr 12, 2020

Yes there is no member named setScrollMmode. Try setScrollMode.

The example ScrollingWire compiles OK for me. It has this line:

  // Set auto scrolling at end of window.
  oled.setScrollMode(SCROLL_MODE_AUTO);

@johncblacker
Copy link
Author

I mis-typed when I created the post. Like I said, I did a copy and paste directly from your example and it didn't work - compile error!

@DirtyEngineer
Copy link

The examples compile without issue for me.

@johncblacker

Please enable the "Show verbose output during: Compilation" in File/Preferences and post your full error.

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

3 participants