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 6446b06 commit 800db05Copy full SHA for 800db05
examples/led-matrix-painter/python/app_frame.py
@@ -146,7 +146,7 @@ def to_c_string(self) -> str:
146
Returns:
147
str: C source fragment containing a const array initializer.
148
"""
149
- c_type = "uint8_t"
+ c_type = "uint32_t"
150
scaled_arr = self.rescale_quantized_frame(scale_max=255)
151
152
parts = [f"const {c_type} {self.name}[] = {{"]
0 commit comments