|
|
|
@ -168,6 +168,8 @@ void loop() {
|
|
|
|
int buttonId = getPressedButton();
|
|
|
|
int buttonId = getPressedButton();
|
|
|
|
char button = 0;
|
|
|
|
char button = 0;
|
|
|
|
if (buttonId >= 0) {
|
|
|
|
if (buttonId >= 0) {
|
|
|
|
|
|
|
|
Serial.print(F("buttonId : "));
|
|
|
|
|
|
|
|
Serial.println(buttonId);
|
|
|
|
button = buttonsMap[buttonId];
|
|
|
|
button = buttonsMap[buttonId];
|
|
|
|
if (button != 0) {
|
|
|
|
if (button != 0) {
|
|
|
|
actionButtonForScreen(button);
|
|
|
|
actionButtonForScreen(button);
|
|
|
|
|