Unverified Commit d14a09e9 authored by Bodmer's avatar Bodmer Committed by GitHub

Update notes

parent 419a7ef8
...@@ -12,7 +12,7 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment