Questions with regards to ESP8266 Basic and hardware interfacing and control via Basic commands

Moderator: Mmiscool

User avatar
By tcpipchip
#53564
lpservices wrote:Hello,

I had the same problem,
Just disconnect the MISO from the tft controller, you will then good signal to esp8266 from the touch controller
Problem is that the coordinate system on the touch screen is not the same as the screen coordinates
The X or Y or even both axis are reversed from the touch controller
Try touching at the opposite place on the screen
I placed a patch in the future request section to modify the touch coordinates to match the display coordinates
Hope this helps
Greeting from rainy Belgium


Ok, i will wait for the patch! But, i don´t believe that this the problem!
User avatar
By tcpipchip
#53565
erhardd wrote:of course you have connected the irq? ;)

You must now be very strong!
I believe, your display is defective.


in the ARDUINO C example YES

In the BASIC not!
User avatar
By tcpipchip
#53566
lpservices wrote:Hello,

You do not need the irq line,
As espbasic does not need this line, the touch controller is beeing polled
Normaly if the display is not touched, it reports back y=2047,
X will fluctuate
Can you hook up a scoop to watch the MISO output from the touch controller
This should be a clean 3.3 v pulse train, see if touching changes this pulse train
If not your display may be damaged indeed


when touched the display, i can see a clear pulse train, but weak!

In the arduino esp8266 example i can see the coordinates, but always 255, 6553...

How can i see in BASIC the coordinates ?