- Refactor to gpiod/gpiodevice.
- Repackage to hatch/pyproject.toml.
- Update for SN3218 v2.0.0
- Switch to ADS1X15 library
- Switch to setup.cfg
- Switch to markdown based README
- Support for ADS1115 board variant
- 0.2.2 + bump for newer examples
- Had ST7789 on the brain, swapped for ST7735
- Add dependency on ST7789 for AMH
- Fix: Fix thread interleaving and race conditions leading to spurious ADC readings
- Fix: Switch to non-deprecated alias of thread.isAlive
- Fix: Defer setup to avoid import side effects
- Fix: Slowed LED update rate
- Improvement: Switched to warnings to notify about unsupported features on pHAT
- Fix for HAT/pHAT detection
- Fix for Python 3 support
- Added pHAT support
- Rounded ADC output to 2 decimal places
- Set initial state for outputs and fixed toggling
- Fixed light toggling
- Initial Release