-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add SH1106 132x64 display support #32
Comments
how can use your castum library? |
@hamedmalekii Hello,
? Note that the width here is 132 instead of 128... |
|
I use this order (132, 64, sizeof(tiny4koled_init_132x64), tiny4koled_init_132x64); but the display is upside down |
@datacute |
|
@hamedmalekii are you using Deoptim's code or the latest version of my code?
There is also a function to rotate 180 degrees:
(try both 1 and 0) |
thanks |
dont work exit status 1 |
This issue clearly appears to be a missing |
Hello.
I post this adapted library (ad58375 on Aug 29) for the SH1106 controller.
Made it possible not to use (delete) unsupported functions if the parameter "#define SH1106" is defined in the Tiny4kOLED_common.h file.
Applicable for SH1106 controller as there are slight differences from SSD1306.
I made this library for myself.
Thanks.
Tiny4kOLED-ad58375.zip
The text was updated successfully, but these errors were encountered: