Fix error in example comment

This commit is contained in:
Khoa Ton 2020-07-14 02:35:49 -07:00
parent a82b18e778
commit 414982603b
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void SevensegDrawStringAt(uint16_t x, uint16_t y, char *str, uint16_t color, uin
// x88 -> 58
// f8.5 -> 8.5
// f-9.34 -> -9.34
// f:-9.34 -> -9.34
// f:-9.34 -> -9.:34
// r255 -> 8. (all 8 segments on)
switch (str[i]) {