mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 15:57:35 -05:00
Give readTouch a standard type
This commit is contained in:
parent
f42ad2bcd2
commit
a7a2655f02
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user