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 979f00e commit 710d1d2Copy full SHA for 710d1d2
content/components/mapping.md
@@ -89,7 +89,7 @@ display:
89
- platform: ...
90
# update the display drawing random text in random colors
91
lambda: |-
92
- auto color = color_map.get(random_uint32() % 3]); # Uses get() to index the color_map
+ auto color = color_map.get(random_uint32() % 3); # Uses get() to index the color_map
93
it.printf(100, 100, id(roboto20), color, id(string_map)[random_uint32() % 3].c_str(), Color(0));
94
95
on_...:
0 commit comments