diff --git a/src/LedControl.h b/src/LedControl.h index cdfaa1f5..b975fc88 100644 --- a/src/LedControl.h +++ b/src/LedControl.h @@ -48,7 +48,7 @@ const static byte charTable [] PROGMEM = { B00000000,B00000000,B00000000,B00000000,B10000000,B00000001,B10000000,B00000000, B01111110,B00110000,B01101101,B01111001,B00110011,B01011011,B01011111,B01110000, B01111111,B01111011,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, - B00000000,B01110111,B00011111,B00001101,B00111101,B01001111,B01000111,B00000000, + B00000000,B01110111,B00011111,B01001110,B00111101,B01001111,B01000111,B00000000, B00110111,B00000000,B00000000,B00000000,B00001110,B00000000,B00000000,B00000000, B01100111,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000, B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00001000, @@ -173,7 +173,7 @@ class LedControl { * Display a character on a 7-Segment display. * There are only a few characters that make sense here : * '0','1','2','3','4','5','6','7','8','9','0', - * 'A','b','c','d','E','F','H','L','P', + * 'A','b','C','c','d','E','F','H','L','P', * '.','-','_',' ' * Params: * addr address of the display