Commit graph

20 commits

Author SHA1 Message Date
dherrada
7f6b74cc21 Ran black, updated to pylint 2.x 2020-03-16 15:24:18 -04:00
Kristoffer Håvik
30522773fc
Update charled_customcharacter.py
Added create_char() to actually send the custom character to the LCD.
2019-02-05 04:00:04 +01:00
Kattni Rembor
be794b8c34 Update example. 2019-01-13 19:49:25 -05:00
Kattni Rembor
352d7c6626 Adding keypad support and example 2019-01-13 17:55:03 -05:00
Kattni Rembor
1258c470b8 Refactored, updated examples, appeased Sphinx. 2018-11-20 21:16:26 -05:00
Kattni Rembor
e490b7fd1c Removed __init__.py, updated import method to resolve M0 mem issue 2018-11-20 12:24:51 -05:00
Kattni Rembor
97a57fe983 Updated example named, added RGB I2C 2018-11-19 16:30:02 -05:00
Kattni Rembor
80f8222907 Example rename for rpi 2018-11-19 16:23:26 -05:00
Kattni Rembor
b5adf5e594 Needs test: RPi, M0, standalone LCDs 2018-11-19 15:36:40 -05:00
Brennen Bearnes
d766bb95d4 align rgb simpletest pins with learn guide fritzing
Also adds a .clear() to the test loop.
2018-10-29 11:10:18 -06:00
Brennen Bearnes
238dbf0c58 remove enable_pwm, check attrs of pin objects instead 2018-10-25 23:11:39 -06:00
Brennen Bearnes
f050d53987 enable non-PWM pins for backlight color, add pi-specific simpletest
Rationale: pulseio isn't available on CPython Linux systems (i.e.
the Pi), this mimics the design of the original
Adafruit_Python_CharLCD.

Adds `enable_pwm` parameter to Character_LCD_RGB constructor, and
conditionalizes handling of the color pins on this value.

It's entirely possible I've messed something up here, so close
review is appreciated.
2018-10-25 16:49:10 -06:00
Kattni Rembor
d9679a64d5 Add RPi example, cleanup M0 example 2018-10-25 12:55:52 -04:00
Kattni Rembor
38f8d28404 linting 2018-08-02 18:05:12 -04:00
sommersoft
f3ed452b05 renamed some examples 2018-03-06 21:14:09 -06:00
mrmcwethy
33e3306b5b Forgot to do examples 2017-12-12 13:46:11 -07:00
mrmcwethy
54d76854fc added pylint to project and update code 2017-12-12 12:32:34 -07:00
Tony DiCola
fa95931882 Add support for I2C/SPI backpack with MCP23008 and 74LS595. New Character_LCD_I2C and Character_LCD_SPI classes. 2017-12-07 21:11:13 -08:00
mrmcwethy
25f64bd5dc Attempt to update readme documents. Rename example file with .py extension 2017-11-29 09:35:04 -07:00
Tony DiCola
a810e9dc96 Refactor to CircuitPython library conventions. 2017-11-15 16:42:07 -08:00