Replies: 3 comments 2 replies
-
Not sure whether I understand your question, but you just need to replace the pin numbers with your pin numbers within your project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're using the same pin numbers do you do anything else except remove the initial "//" to uncomment the line? Thank you again for your assistance. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Step #1: connect the LCD pins to the Arduino pins as described above. Step #2: Uncomment the correct line in the sketch by removing the initial "//" if the Arduino pins are the same. What am I missing?
Thank you.
Sent with [Proton Mail](https://proton.me/) secure email.
…------- Original Message -------
On Sunday, December 4th, 2022 at 8:47 AM, olikraus ***@***.***> wrote:
No
—
Reply to this email directly, [view it on GitHub](#2037 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A4QFT2JGDRTO3FHLNO7LQKLWLTDKNANCNFSM6AAAAAASS7I35E).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Hitachi LCD 16x2 const int is like this:
const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
How should the uncommented const int look like in u8g2?
u8g2(U8G2_R0, 13, 11, 10, 9, 8);
(//Const int clock=13, data=11, cs=10, rs=9, reset=8, , , ;)
(//U8G2_ST75256_JLX240160_F_4W_SW_SPI)
Beta Was this translation helpful? Give feedback.
All reactions