Guest User

Untitled

a guest
May 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from RPLCD.gpio import CharLCD
  2. import RPi.GPIO as GPIO
  3. lcd = CharLCD(pin_rs=26,pin_e=24, pins_data=[22, 18, 16, 12], numbering_mode=GPIO.BOARD, cols=20, rows=4)
  4. lcd.write_string(u'Hello World')
Add Comment
Please, Sign In to add comment