Releases: pimoroni/inky
Version 1.2.1
- BugFix: inky high-temp red fix
- Enhancement: SSD1608 (250x122) set_border support
Version 1.2.0
- inky impression set_border support
- fix inky impression orange colour
- fix inky impression ivnalid arg bug for Python 2
- add inky impression simulator
Version 1.1.1
- Enhancement: drive UC81559 CS with GPIO to avoid conflict with Grow workaround
- Add 7-colour/UC8159 specifics to EEPROM
- BugFix: define UC8159 colour and size constants in class
- BugFix: fix auto to grab args properly, support UC8159 and fallback gracefully
Version 1.1.0
- New: Support for UC8159-based 7-colour 600x448 display
- Enhancement: auto now includes options for fallback
- Enhancement: EEPROM can now give text string for display variant
Version 1.0.2
Reverts some of the install options from v1.0.1 so RPi dependencies are properly installed.
Version 1.0.1
This version adds rpi, fonts and extra-depends extra to the library, so non-critical extras can be installed with pip like so:
pip3 install inky[rpi,fonts,extra-depends]
Or any variation therein- IE: a desktop user wanting to simulate an Inky display might do:
pip3 install inky[fonts,extra-depends]
- Enhancement: Tweak setup.py extras for easier dependency install
Version 1.0.0
This major release is predominately to support the new SSD1608-based Inky displays released circa July/August 2020.
Some extra features and improvements have come along for the ride, too, such as extensive documentation improvements from @JimMadge (#49) and the fully-fledged Inky simulator from @daviehh (#39)
- New: Support for SSD1608-based displays
- New: Mock Inky pHAT and wHAT displays
- New: Automatic Inky detection and class constructor
- Enhancement: Support for alternate i2c_bus when reading eeprom
- Enhancement: Support for alternate spi_bus
- Enhancement: Support for alternate GPIO driver
- Enhancement: Replaced sys.exit calls with ImportError
- Enhancement: Improved docstrings
Version 0.0.5
This release adds support for red/b/w high-temp Inky wHATs and switches from the SMBus library to SMbus2.
Version 0.0.4
- BugFix: Reverted normal red LUTs to correct values
Version 0.0.3
This release adds supports for Inky boards with EEPROMs to disambiguate between screen revisions and pick the LUTs that look and work best.
There's also a bugfix to the code that sets the display border, hopefully fixing the colour choice on all display types.
Finally. DocStrings! You can see them translated into HTML here- http://docs.pimoroni.com/inky/
- Enhancement: Added support for display variant detection
- Enhancement: Added DocStrings
- BugFix: Fixed set_border for all colours