X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/e04d12213e93986c2c1869021fa1b35e14a025ea..494d0cb125c96ebcc1aaba4a4fcee1143d44df12:/displayio/_display.py diff --git a/displayio/_display.py b/displayio/_display.py index 41d53d1..241a0aa 100644 --- a/displayio/_display.py +++ b/displayio/_display.py @@ -41,7 +41,7 @@ from ._constants import ( BACKLIGHT_PWM, ) -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_Blinka_displayio.git" displays = [] @@ -394,6 +394,7 @@ class Display: elif not value and self._refresh_thread.is_alive(): # Stop the thread self._refresh_thread.join() + self._refresh_thread = None @property def brightness(self) -> float: