-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pull request SSD1362 / SH1122 #1322
Comments
Code does not compile at the moment |
Ok, left messages in closed pull. |
There is some more activity related to the SSD1362: #2051 |
Happy New Year Olikraus. |
Happy New Year! No hurry. I still wait for the displays. |
No worries, dont mind helping. Hopefully it helps both of us, for me the more ppl that use the display the less chance it becomes obselete and hopefully becomes a little cheaper (cost £10/unit last batch I ordered in 2022). |
Hmm.. good comments. I will provide more updates here: #2051 . Feel free to add more comments there... |
The drawing solved by including the common method and using 8to32 function. It just needed line 181 +3 and 186 =4. Also I had to use my setting & commands for for raystar, to get contrast and postion right. |
I think PR #1320 never got merged. At least some of the functionality shouldn' t be there in u8g2 (like gray level support). Although we could discuss this, it should be at least separted from the SSD1362 topic. For the SSD1362 support, I had added a generic driver now, which should work for almost all devices.
Can you test both displays with the latest u8g2 code (beta 2.34.11? I expect that both displays will work without problems. If not, I suggest to add code for these displays on top of the latest beta release. Modifications (if any) should be very small. |
Tested all worked (u8g2 & u8x8) Only one modification I had to do for my display was set it to internal regulator, which is set for use with 12v display voltage. I also suggest adding a reset for fade mode just incase someone uses it and system resets but display doesn't. As I was testing, I tested grayscale using x position to give level=(x2)>>4. Using that tweaking settings to see if any effect. I never did get around to using the gray level, but idea would be have say bolder or dimmer text using updateDisplayArea with different gray level set. |
I added the command to disable the POR feature. |
Hmm, I say no need to add 2nd constructor, unless you already have. I can add that command seperately to my code setup or change value in driver, as my library I have to alter anyway for scroll fonts feature. I not update library unless there is a reason, trying not to break what works XD |
ok, then. I keep everything as it is until someone else requires the internal regulator. |
I think, this can be closed... |
#1320
The text was updated successfully, but these errors were encountered: