Large SSD1320Z*2 Based OLED Help Needed #1396
Unanswered
buildxyz-git
asked this question in
Q&A
Replies: 2 comments 6 replies
-
my guess is that this is essentially two screens with separate controllers. likely split into two halves vertically. AFAIK u8g2 doesn't have any constructors that support dual controllers like this, so you would have to write your code to work on each half as its own screen. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@buildxyz-git I see you got this to work in your pinball project, albeit with noticeable display flickering; is this an inherent limitation of the device? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project with multiple OLED displays and so far every display I have purchased was supported by u8g2 and had an available constructor and works like magic.
I just received one of these which is large 3.83" OLED and want to get it up and running with the u8g2 library. The product page states the controller(s) are "SSD1320Z*2". I do see constructors for various SSD132X controllers but not at this resolution (320x132 ).
Can anyone explain the dual controller scenario? I can't seem to locate the exact data sheet. The display header does have two Chip Select line inputs (CS1 and CS2)
My knowledge of the controllers is very limited (like zero).
Any help is great!
Beta Was this translation helpful? Give feedback.
All reactions