Update adafruit_epd/ssd1680.py

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
Mikey Sklar 2024-12-01 12:56:07 -08:00 committed by GitHub
parent 4618586f4e
commit 1be3100af8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ try:
except ImportError:
pass
__version__ = "2.13.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"
_SSD1680_DRIVER_CONTROL = const(0x01)