Version 0.0.3
This is a minor release, mostly aiming to fix the backlight functionality so that it turns on/off reliably.
Additionally constants have been added to disambiguate Breakout Garden's Front and Back Chip-Select pins, so you can easily figure out which you should be using.
Examples have been updated to use the front Chip-Select pin, since this is the more sensible place to slot the LCD!
- Fixed backlight pin
- Added
set_backlight
- Added constants BG_SPI_CS_FRONT and BG_SPI_CS_BACK
- Added module
__version__