Skip to content

Commit

Permalink
S3BoxV3::GT911 red circle button support (see #569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jun 11, 2024
1 parent 6376299 commit e4698f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lgfx/v1/touch/Touch_GT911.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ namespace lgfx
_readdata[0] = buf;
res = true;
}
} else {
if( buf !=0 ) ESP_LOGI("[Touch_GT911]", "buf: 0x%02x", buf);
}
lgfx::i2c::endTransaction(_cfg.i2c_port).has_value();

Expand Down

0 comments on commit e4698f8

Please sign in to comment.