mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-06 22:24:44 +02:00
Update notes
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
/***************************************************************************************
|
/***************************************************************************************
|
||||||
** Function name: getTouchRaw
|
** Function name: getTouchRaw
|
||||||
** Description: read raw touch position. Return false if not pressed.
|
** Description: read raw touch position. Always returns true.
|
||||||
***************************************************************************************/
|
***************************************************************************************/
|
||||||
uint8_t TFT_eSPI::getTouchRaw(uint16_t *x, uint16_t *y){
|
uint8_t TFT_eSPI::getTouchRaw(uint16_t *x, uint16_t *y){
|
||||||
uint16_t tmp;
|
uint16_t tmp;
|
||||||
|
Reference in New Issue
Block a user