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