-
Notifications
You must be signed in to change notification settings - Fork 53
SSD1357 #81
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
Comments
you could try it! |
I know that ssd1351 and ssd1357 have the same values for the below commands. Do you think that's sufficient to use adafruit_rgb_display.ssd1351 for SSD1357? _SETCOLUMN = const(0x15) |
no idea, you would have to try it |
This is the code that I'm using to display something on my OLED (SSD1357), but it doesn't seem to be working:
|
Try it slower. I know the SSD1351 did not like going above 16MHz. |
I decreased it to 13MHz, still not working. |
No, probably not normal. |
Can I use adafruit_rgb_display.ssd1351 to control SSD1357 driver?
The text was updated successfully, but these errors were encountered: