Give readTouch a standard type

This commit is contained in:
Reed Nightingale 2020-02-09 15:29:48 -08:00
parent f42ad2bcd2
commit a7a2655f02
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void displayText(char *text, int x1, int y1, int w, int h, int color, int backgr
void formatFreq(uint32_t freq, char* buff, uint16_t buff_size, uint8_t fixed_width = 0);
/* touch functions */
boolean readTouch();
bool readTouch();
void scaleTouch(struct Point *p);