Replies: 2 comments
-
Q1: Hmm difficult to answer and also the schematic is not so clear to me. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help, Oli ! Meanwhile I solved all questions: Q1: Yes
Q4: The UNO and the Nano have the same wiring for SSD1309 controlled displays.
Kind regards A.S. |
Beta Was this translation helpful? Give feedback.
-
Hi folks,
I bought an OLED 2.42 with SSD1309 SPI and now I am quite unsecure how to deal with it.
I would like to use it on my Arduino UNO, Nano r3 and 2560 Rev3 and later on with STM32 as well
(Arduinos run on 5V, the STM boards runs on 3.3V).
I bought this OLED: https://www.aliexpress.com/item/1005006473260235.html#nav-specification
(you can find the schematics on that page and also in the attachment of this post)
Question: As far as I can see from the schematics, this board has an xc6206 voltage regulator,
which probably outputs 3.3V to the SSD1309.
So I guess, I can power the VDD pin with something in between 3.6V ... 6V - correct?
Question: As far as I understand from the datasheet, the SSD1309 runs at 3.3V
So I do have to use level shifters (5V -> 3.3V) for the SDA, SCK, DC, CS, RES - correct?
(at least for my Arduinos, not for the STM32)
Question: When do I have to use the "... NONAME0..." and when the "...NONAME2..." version of the constructor?
And when do I use the "... 2ND ..." or the version without enumeration in the constructor's name?
Question: What do you think: does this wiring & all of these 3 constructors work for the above mentioned OLED?
Sorry for asking so many question - I am slightly lost at the moment (and I have only one display - no spare parts ...)
Kind regards
A.S.
Beta Was this translation helpful? Give feedback.
All reactions