diff --git a/README.md b/README.md index 162ec20..8b2b58d 100644 --- a/README.md +++ b/README.md @@ -62,17 +62,13 @@ ## Paint application -A super basic paint application created to learn about processing touch events -and draw something on the screen. +A super basic paint application created to learn about processing touch events and draw something on the screen. -The FT6206 based touch screen of the -[Adafruit 2.8" Color TFT LCD with Cap Touch 320x240 ILI9341](https://www.adafruit.com/product/2090) -works quite well but at least for me the coordinates of touches close to the -long edges of the screen are a bit off (too close to the edge) and there seems -to be no calibration capability - the data sheet mentions "auto calibration". +The FT6206 based touch screen of the [Adafruit 2.8" Color TFT LCD with Cap Touch 320x240 ILI9341](https://www.adafruit.com/product/2090) +works quite well but at least for me the coordinates of touches close to the long edges of the screen are a bit off +(too close to the edge) and there seems to be no calibration capability - the data sheet mentions "auto calibration". -But still it is fun and it should be possible to create an application -supporting touch with reliable usability. +But still it is fun and it should be possible to create an application supporting touch with reliable usability. ![IMG_20240103_134738](https://static.luniks.net/GitBucket/avrtft/IMG_20240103_134738.jpg)