Skip to content

Commit fb80283

Browse files
91voltTaddyHC
andauthored
Update examples/led-matrix-painter/README.md
Co-authored-by: TaddyHC <94547080+TaddyHC@users.noreply.github.com>
1 parent 43ac2c1 commit fb80283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/led-matrix-painter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def apply_frame_to_board(frame: AppFrame):
123123
def to_c_string(self) -> str:
124124
c_type = "uint32_t"
125125
parts = [f"const {c_type} {self.name}[] = {{"]
126-
# ... logic to format array data ...
126+
# Converts pixel brightness data to uint32_t hex format
127127
parts.append("};")
128128
return "\n".join(parts)
129129
```

0 commit comments

Comments
 (0)