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 8058198 commit 4fbfb01Copy full SHA for 4fbfb01
backend/app/drivers/waveshare.py
@@ -145,7 +145,7 @@ def convert_waveshare_source(variant_key: str) -> WaveshareVariant:
145
if proc_name.lower() == f"{variant.prefix}_Clear".lower() and variant.clear_function is None:
146
variant.clear_function = proc_name
147
if "color: UBYTE" in line:
148
- variant.clear_args = "1"
+ variant.clear_args = "1.uint8"
149
if proc_name.lower() == f"{variant.prefix}_4Gray_Clear".lower():
150
151
if proc_name.lower() == f"{variant.prefix}_Sleep".lower():
0 commit comments