You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
I am pretty sure the wiring is correct.
I am using WiringPiLCDExample.java as my base.
I am setting the LCD to 8-bit mode and rows = 4 columns = 20
I have the following setup using wiringpi numbering convention (ref. to http://pi4j.com/pins/model-b-rev2.html):
D0 = 0
D1 = 0
D2 = 0
D3 = 0
D4 = 2 // gpio pin 13
D5 = 3 // gpio pin 15
D6 = 4 // gpio pin 16
D7 = 5 // gpio pin 18
I have the p5 header soldered and tested to work and using:
RS = 17
E = 18
I am pretty sure that LCD panel is working correctly, as it was tested with adafruit's python library (although I could never get extended ASCII to show).
When I run the code (with the required pin # changes), all I am getting is some "o" and "->" and blinking cursor at the end.
Can you let me know what I might be doing wrong here?
The text was updated successfully, but these errors were encountered:
I am having the same issue as --> #13
I am pretty sure the wiring is correct.
I am using WiringPiLCDExample.java as my base.
I am setting the LCD to 8-bit mode and rows = 4 columns = 20
I have the following setup using wiringpi numbering convention (ref. to http://pi4j.com/pins/model-b-rev2.html):
D0 = 0
D1 = 0
D2 = 0
D3 = 0
D4 = 2 // gpio pin 13
D5 = 3 // gpio pin 15
D6 = 4 // gpio pin 16
D7 = 5 // gpio pin 18
I have the p5 header soldered and tested to work and using:
RS = 17
E = 18
I am pretty sure that LCD panel is working correctly, as it was tested with adafruit's python library (although I could never get extended ASCII to show).
When I run the code (with the required pin # changes), all I am getting is some "o" and "->" and blinking cursor at the end.
Can you let me know what I might be doing wrong here?
The text was updated successfully, but these errors were encountered: