16 to 15
This commit is contained in:
parent
4bb48bd648
commit
4e845ba553
@ -52,7 +52,7 @@ void displayKeyCodes(void) {
|
|||||||
while (1) {
|
while (1) {
|
||||||
lcd.clear();
|
lcd.clear();
|
||||||
lcd.print("Codes 0x"); lcd.print(i, HEX);
|
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);
|
lcd.setCursor(0, 1);
|
||||||
for (int j=0; j<16; j++) {
|
for (int j=0; j<16; j++) {
|
||||||
lcd.printByte(i+j);
|
lcd.printByte(i+j);
|
||||||
@ -67,4 +67,4 @@ void loop()
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user