mirror of
https://github.com/pimoroni/st7735-python.git
synced 2025-01-05 22:40:25 +03:00
599 B
599 B
0.0.5
- Add support for choosing between BGR/RGB displays
- Add methods for display power and sleep control
0.0.4-post1
- Repackage with Markdown README/setup.cfg
- Fix
__version__to 0.0.4 - Update dependencies in README
0.0.4
- Depend upon spidev==3.4.0 for stability fixes
- Switch from manual data chunking to spidev.xfer3()
0.0.3
- Fixed backlight pin
- Added
set_backlight - Added constants BG_SPI_CS_FRONT and BG_SPI_CS_BACK
- Added module
__version__
0.0.2
- Support for multiple display sizes/orientations
0.0.1
- Initial Release