Commit graph

4 commits

Author SHA1 Message Date
brent
f690be2cf8 reorganized travis dir 2017-06-12 14:23:25 -04:00
brentrubell
de9eb68c53 Updated Example's Demo Routine
Updated demo routine to mirror the demo in 'char_lcd.py' from Adafruit_CharLCD repo
2017-06-12 12:32:16 -04:00
brentrubell
63f2c66779 Hello CircuitPython!
First multiline hello world!

Changes:
- Added a character mode bit to write8(), Added char_mode bit to message() to ensure a character bit (not data bit) is sent to write8(), Changed ._cols to cols
2017-06-12 12:03:05 -04:00
brentrubell
a080774857 first cursor blink :)
First signs of life! message() not working yet.
changes:
- SELF.time.sleep -> time.sleep()
- hello update to
2017-06-12 11:09:44 -04:00