Report Bugs Here

Moderator: Mmiscool

User avatar
By tcpipchip
#56013 Hi Mmiscool

Is there some news about the TFT TOUCH crash problem ?

I see now that is commented on github the define to TFT

I am still having RANDOM resets, power supply is OK

If you you say me where is that routine, i will try to figure out the bug

TCPIPCHIP
Last edited by tcpipchip on Mon Oct 03, 2016 4:59 pm, edited 1 time in total.
User avatar
By tcpipchip
#56311 I finally solved the TFT.BMP function bug, that crashs the ESP8266 if you execute it many times

Now buffer that declares the LINE to be printed is GLOBAL!

har bmp_buff[320 * 4] (declare in the beginning of code)

This weekend i executed the routine 10.000 times to plot a 340x240 tft image and works very very fine!!!!!!

Now, need to find out why TFT.BAR is resetting randon the ESP8266

I will need your help!

Miguel