diff --git a/examples/CustomChars/CustomChars.pde b/examples/CustomChars/CustomChars.pde index beea6d6..e341000 100644 --- a/examples/CustomChars/CustomChars.pde +++ b/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() { } - +