-
What worked for this 13-pin ST7565 backlit LCD: Pin 1 (chip select) to Arduino D10 Uncommented this line: U8G2_ST7565_64128N_F_4W_SW_SPI u8g2(U8G2_R0, /* clock=/ 13, / data=/ 11, / cs=/ 10, / dc=/ 9, / reset=*/ 8); In the prepare section: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Clock is SCL, data pin is SI. |
Beta Was this translation helpful? Give feedback.
-
Thank you.
…------- Original Message -------
On Thursday, December 15th, 2022 at 11:46 PM, olikraus ***@***.***> wrote:
Clock is SCL, data pin is SI.
I assume the display requires 3.3V, so power and signal pins must be 3.3v
If your Arduino is a 5V version, then you need an HC4050 for the signals.
—
Reply to this email directly, [view it on GitHub](#2052 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A4QFT2O5MZWQUNGUFO6HH4DWNQM3VANCNFSM6AAAAAATAKUP74).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thank you.
…------- Original Message -------
On Friday, December 16th, 2022 at 12:00 PM, olikraus ***@***.***> wrote:
Sure, power pins are ok
—
Reply to this email directly, [view it on GitHub](#2052 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A4QFT2ONKWP23A3W5VOPKRDWNTC7JANCNFSM6AAAAAATAKUP74).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Clock is SCL, data pin is SI.
I assume the display requires 3.3V, so power and signal pins must be 3.3v
If your Arduino is a 5V version, then you need an HC4050 for the signals.