LedControl icon indicating copy to clipboard operation
LedControl copied to clipboard

upper case 'C' is displayed as lower case 'c'

Open mojocorp opened this issue 4 years ago • 0 comments

The upper case 'C' is actually a lower case 'c'. The following changes to LedControl.h fix this issue:

  • B00000000,B01110111,B00011111,B00001101,B00111101,B01001111,B01000111,B00000000,
  • B00000000,B01110111,B00011111,B01001110,B00111101,B01001111,B01000111,B00000000,

mojocorp avatar Nov 26 '20 19:11 mojocorp