// UTFT_Demo_320x240_Serial // Copyright (C)2015 Rinky-Dink Electronics, Henning Karlsen. All right reserved // web: http://www.RinkyDinkElectronics.com/ // // This program is a demo of how to use most of the functions // of the library with a supported display modules. // // This demo was made for serial modules with a screen // resolution of 320x240 pixels. // // This program requires the UTFT library. // // ******************************************************************** // * IMPORTANT: Read the comments in the setup() function when * // * using the Watterott MI0283QT9 or the DisplayModule DM-TFT28-105. * // ******************************************************************** //Pete Here> 5/14/2018 Got this to work with all functions for use with a 20 Meter Transceiver // Now need to install buttons. #include <UTFT.h> #include <URTouch.h> // Declare which fonts we will be using extern uint8_t BigFont[]; extern uint8_t SmallFont[]; extern uint8_t SevenSegNu