master
Meridani 8 years ago
parent 4bb48bd648
commit 4e845ba553
  1. 4
      examples/CustomChars/CustomChars.pde

@ -52,7 +52,7 @@ void displayKeyCodes(void) {
while (1) {
lcd.clear();
lcd.print("Codes 0x"); lcd.print(i, HEX);
lcd.print("-0x"); lcd.print(i+16, HEX);
lcd.print("-0x"); lcd.print(i+15, HEX);
lcd.setCursor(0, 1);
for (int j=0; j<16; j++) {
lcd.printByte(i+j);
@ -67,4 +67,4 @@ void loop()
{
}

Loading…
Cancel
Save