rm-hull / luma.oled

Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED
https://luma-oled.readthedocs.io
MIT License
810 stars 164 forks source link

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

Closed rm-hull closed 4 years ago

rm-hull commented 4 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.