/* * Arduino Workbench tekyinblack 2020 - www.tekyinblack.com */ /* * NOT YET IMPLEMENTED * setupSerial - setup serial input * drawSerial - write serial data to the screen */ void setupSerial() { } void drawSerial(int itemNo) { // draw serial uses a lot of screen and generally takes precedence over other functions struct touchInfo newTouch; }