We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f047b9b commit fcf2643Copy full SHA for fcf2643
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+2.2.1
2
+-----
3
+
4
+* BugFix: Correct palette count for new boards, so 4-colour prepared images are not dithered.
5
6
2.2.0
7
-----
8
inky/__init__.py
@@ -12,7 +12,7 @@
12
from .phat import InkyPHAT, InkyPHAT_SSD1608 # noqa: F401
13
from .what import InkyWHAT # noqa: F401
14
15
-__version__ = "2.2.0"
+__version__ = "2.2.1"
16
17
try:
18
from pkg_resources import declare_namespace
0 commit comments