T-Display-S3-Long icon indicating copy to clipboard operation
T-Display-S3-Long copied to clipboard

Random touch read

Open fundix opened this issue 7 months ago • 19 comments

I need to solve the random clicking on the display. I have several boards and they all do it at different intervals. the click area is always just from this area

const uint16_t MIN_X = 530;
const uint16_t MAX_X = 600;
const uint16_t MIN_Y = 100;
const uint16_t MAX_Y = 150;

fundix avatar Jul 15 '24 09:07 fundix