We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd0834 commit d3cd295Copy full SHA for d3cd295
13_lcd1602.py
@@ -54,7 +54,7 @@ class Adafruit_CharLCD:
54
55
56
57
- def __init__(self, pin_rs=14, pin_e=15, pins_db=[17, 18, 27, 22], GPIO = None):
+ def __init__(self, pin_rs=27, pin_e=22, pins_db=[25, 24, 23, 18], GPIO = None):
58
# Emulate the old behavior of using RPi.GPIO if we haven't been given
59
# an explicit GPIO interface to use
60
if not GPIO:
0 commit comments