rm-hull / luma.lcd

Python module to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs
https://luma-lcd.readthedocs.io
MIT License
158 stars 57 forks source link

Pin setup to only use luma.core v1.x.y lineage #128

Closed rm-hull closed 3 years ago

rm-hull commented 3 years ago

I want to introduce a breaking change in luma.core to improve performance. This will mean changing how the fullframe and diff-to-previous framebuffers work. I intend releasing that breaking feature as a 2.x.y release.

In order to be able to roll that out without breaking this project, we need to set the install_required to not upgrade luma.core to the 2.x.y release.

Shortly after luma.core 2.x.y is released, this package will be upgraded to use the improved framebuffer.