Commit graph

30 commits

Author SHA1 Message Date
Tony DiCola
1817f8ab99 Remove mpy binaries. 2017-11-15 16:43:41 -08:00
Tony DiCola
a810e9dc96 Refactor to CircuitPython library conventions. 2017-11-15 16:42:07 -08:00
brentru
058c626f85 library updated for compatability with RGB backlight LCDs! 2017-08-17 16:50:57 -04:00
ncguk
5c59e753de Tidy up of README.md
Correct two instances of a spelling error and a Markdown glitch.
2017-08-07 17:41:48 -04:00
Asher Lieber
86a403573d added const to prevent dictionary lookup, added animated example 2017-07-05 17:13:13 -04:00
Asher Lieber
1e37395ae6 added adafruit_character_lcd.mpy, fixed range of loop in create_char, fixed custom character in example code 2017-07-05 14:08:06 -04:00
brentru
236d832c9e removed busio dependency from code 2017-07-05 10:02:59 -04:00
brentru
7a64f20f44 removed busio dependency from code 2017-07-05 10:02:10 -04:00
brentru
2bbdea12ad removed busio dependency from code 2017-07-05 10:02:05 -04:00
brentrubell
6686b1657d updated code to use customcharacters 2017-07-03 10:49:21 -04:00
brentrubell
8ff1d01378 custom character example code added 2017-07-03 10:47:20 -04:00
brentru
4e169355cb added custom character (createChar()) for HD44780) and code example 2017-07-03 10:44:59 -04:00
brentru
d245373a94 added .mpy for 1.0.0 rc2 release 2017-06-30 16:13:21 -04:00
brentrubell
02efed0f5f Update and rename README.rst to README.md
uploaded better code reference & compatibility
2017-06-30 11:54:11 -04:00
brentru
2bedddac1b fixed to v1.0.0 RC2 2017-06-30 11:37:14 -04:00
brentru
851736b1f9 updated to work with 1.0.0 RC2, added shared-bindings for OUTPUT and changed directions 2017-06-29 17:25:21 -04:00
brentrubell
d57c7ba9fd Update README.rst 2017-06-14 12:10:18 -04:00
brentru
0127884b19 added .mpy file, tested working with Metro Express. TODO: add additional features like autoscroll, re-document code since mpy is 2kb smaller than py 2017-06-14 11:31:59 -04:00
brentru
04e4878593 code broke on last push, fixed errors resulting from yesterdays changes, setbacklight() works properly now 2017-06-14 11:23:53 -04:00
brentru
4624e04cf6 added docs 2017-06-14 10:46:36 -04:00
brent
b617d12732 Updated files to match @tannewt 's comments 2017-06-13 16:55:33 -04:00
brent
47e716c71c Commented to design guide specs. 2017-06-12 14:38:42 -04:00
brent
e10fb90d66 cookiecutter 2017-06-12 14:24:50 -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
brentru
e3fd097af8 deleted old files 2017-06-12 11:11:12 -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
brentru
9592b9190a monday am train work
- changed pin variables globally
- hello world example now takes in module as an object
- changed microcontroller.delay_us to time.sleep()
- redefined classes
- fixed formatitng errors
2017-06-12 09:36:15 -04:00
ladyada
b6a95943b4 init! 2017-06-09 19:24:40 -04:00
Limor "Ladyada" Fried
19109bb431 Initial commit 2017-06-09 19:23:11 -04:00