St7789 Python Versions Save

Python library to control an ST7789 240x240 1.3" TFT LCD display.

v0.0.4

2 years ago
  • Add support for 320x240 2.0" LCD (Display HAT Mini)
  • Add support for 240x135 1.14" LCD (@slabua)
  • Rework numpy RGB888 to RGB565
  • Support displaying numpy arrays (@zecktos)

What's Changed

New Contributors

Full Changelog: https://github.com/pimoroni/st7789-python/compare/v0.0.3...v0.0.4

v0.0.3

3 years ago
  • Add offset_left and offset_top parameters back to support round LCD

v0.0.2

4 years ago
  • Change default SPI speed from 10MHz to 80MHz.
  • Tweak VCOM voltage to fix image retention issues
  • Dropped offset_left and offset_top parameters

v0.0.1

4 years ago