2023-09-30 09:29:16 +00:00
|
|
|
#include <espmega_iot_external_lcd.hpp>
|
2023-09-30 08:42:55 +00:00
|
|
|
void ExternalLCD::callTriggerFunction() {
|
|
|
|
uint8_t touch_hex = Serial2.read();
|
2023-09-30 09:29:16 +00:00
|
|
|
ext_lcd_callback(touch_hex);
|
2023-09-30 08:42:55 +00:00
|
|
|
}
|