-
Notifications
You must be signed in to change notification settings - Fork 987
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
lcd oled 64x48 no working #264
Comments
i was having the same issue, it almost seems that the image/text is offset my 32 pixels left of the screen. for me it fills half the screen. at one pint support was added #71 if i look at the code that is committed it looks like it has something to do with this
i will try it out and see if it helps the issue |
thanks to clowrey adding support for 64x32 is as easy as adding/editing this to Adafruit_SSD1306.cpp on line 592 add
and on line 1000 add
it would be nice if it was added to the lib to check the width and set the offset if its 64 oh hehe i just noticed it was 64x48 and not 64x32. sorry!!! |
If either of you would like to submit a pull request (and test the new code), that would be great. |
i added a pull request #281 this is my first time so i don't know if i did it correctly. i tested it with my screen but i dont have larger screens to test on but i think i should work fine, its just some minimal changes. While thinking about it i think 64x48 should also work but BimoSora2 should test that. |
I tried to use the fruit library for 64x48 oled lcd but the problem is that text appears but doesn't fit the screen size. How to deal with this?
The text was updated successfully, but these errors were encountered: