-->
Page 1 of 2

TFT CRASH

PostPosted: Mon Oct 03, 2016 1:49 pm
by tcpipchip
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

Re: TFT CRASH

PostPosted: Mon Oct 03, 2016 2:28 pm
by tcpipchip
Looks that the problem is on BAR tft function.

Miguel

Re: TFT CRASH

PostPosted: Wed Oct 05, 2016 5:46 pm
by tcpipchip
TFT BAR and TFT BMP crash the processor!

ILI9341 PROCESSOR

Re: TFT CRASH - SOLVED

PostPosted: Mon Oct 10, 2016 6:03 am
by tcpipchip
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