achillhasler / TFT_eTouch

generic touch support for resistive chips
31 stars 10 forks source link

ESP8266 reboots at the start of calbration. #1

Closed Bodmer closed 5 years ago

Bodmer commented 5 years ago

The calibrate sketch puts marker on the screen then the ESP8266 reboots on the watchdog.

achillhasler commented 5 years ago

Thank you for testing. I dont have a ESP8266 and can't test that. Does it reboot also with touch.getCalibration(calibation, 11); (This show 4 full marker)

Does the ESP8266 also reboot when we draw outsite the Display (without Touch code)? try: tft.fillCircle(4, 4, 10, TFT_GREEN); or tft.drawCircle(4, 4, 10, TFT_BLUE); or tft.drawCircle(tft.width() - 5, tft.height() - 5, 10, TFT_BLUE); or tft.fillCircle(tft.width() - 5, tft.height() - 5, 10, TFT_GREEN); I asume in my lib that this works without any problems. ESP32 with RPI_ILI9486_DRIVER has no problem.

Does the raw test working well?

achillhasler commented 5 years ago

In Version 0.6.0 ESP8266 work as expected.