Skip to content

Instantly share code, notes, and snippets.

@JanBe
Created January 21, 2016 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanBe/4dbcc991a90ce2a4adaa to your computer and use it in GitHub Desktop.
Save JanBe/4dbcc991a90ce2a4adaa to your computer and use it in GitHub Desktop.
Adafruit LCD: Code snippet to reproduce an issue with writing subsequent messages to the LCD
#!/usr/bin/python
import Adafruit_CharLCD as LCD
lcd = LCD.Adafruit_CharLCDPlate()
lcd.message('First Line\nSecond Line')
lcd.message('New first Line\nNew second Line')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment