Skip to content

Commit d3cd295

Browse files
author
Cavon
committed
Fix the pin again
1 parent ddd0834 commit d3cd295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_lcd1602.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Adafruit_CharLCD:
5454

5555

5656

57-
def __init__(self, pin_rs=14, pin_e=15, pins_db=[17, 18, 27, 22], GPIO = None):
57+
def __init__(self, pin_rs=27, pin_e=22, pins_db=[25, 24, 23, 18], GPIO = None):
5858
# Emulate the old behavior of using RPi.GPIO if we haven't been given
5959
# an explicit GPIO interface to use
6060
if not GPIO:

0 commit comments

Comments
 (0)