Update adafruit_epd/ssd1680.py
Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
4618586f4e
commit
1be3100af8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue