dmitrij999

example.lua

Feb 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. lcd = require("i2clcdpcf")
  2.  
  3. lcd.begin(2, 3)
  4. lcd.setBacklight(1)
  5. lcd.setCursor(0,0)
  6. lcd.print("hello youtube")
  7. lcd.setCursor(5,1)
  8. lcd.print("Hi")
Add Comment
Please, Sign In to add comment