We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0600b77 commit f7b386eCopy full SHA for f7b386e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.0.1
2
+-----
3
+
4
+* Add spidev and numpy dependencies.
5
6
1.0.0
7
-----
8
st7789/__init__.py
@@ -27,7 +27,7 @@
27
import spidev
28
from gpiod.line import Direction, Value
29
30
-__version__ = "1.0.0"
+__version__ = "1.0.1"
31
32
OUTL = gpiod.LineSettings(direction=Direction.OUTPUT, output_value=Value.INACTIVE)
33
0 commit comments