mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-01-28 03:06:24 -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);
|
void formatFreq(uint32_t freq, char* buff, uint16_t buff_size, uint8_t fixed_width = 0);
|
||||||
|
|
||||||
/* touch functions */
|
/* touch functions */
|
||||||
boolean readTouch();
|
bool readTouch();
|
||||||
|
|
||||||
void scaleTouch(struct Point *p);
|
void scaleTouch(struct Point *p);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user