From a7a2655f022f5a75ab37274893db0f1318b500a5 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Sun, 9 Feb 2020 15:29:48 -0800 Subject: [PATCH] Give readTouch a standard type --- nano_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano_gui.h b/nano_gui.h index d5a2253..c77176f 100644 --- a/nano_gui.h +++ b/nano_gui.h @@ -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);