Update notes

This commit is contained in:
Bodmer
2018-11-21 02:30:13 +00:00
committed by GitHub
parent 419a7ef8de
commit d14a09e947

View File

@@ -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;