Skip to content

Commit

Permalink
Fixed TouchDrv_CSTxxx_GetPoint example
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 8, 2023
1 parent 5d6d48f commit d0b0111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void setup()
void loop()
{

uint8_t touched = touch.getPoint(x, y, touch.getMaxDetectedPoint());
uint8_t touched = touch.getPoint(x, y, touch.getSupportTouchPoint());
if (touched) {

for (int i = 0; i < touched; ++i) {
Expand Down

0 comments on commit d0b0111

Please sign in to comment.