Search found 4 matches

by luigibyte
Fri Jun 28, 2019 5:41 am
Forum: Drivers for External Components
Topic: xpt2046
Replies: 25
Views: 19513

xpt2046

Hi guys.

I am looking for a micropython library to use an XPT2046 touch screen.

I am working on an ESP8266.

I have a tft module that has that touch controller and the pins that I have available are:
TCLK, TCS, TDIN, TD0, TIRQ

thanks in advance :)
by luigibyte
Sun Sep 30, 2018 11:10 pm
Forum: ESP8266 boards
Topic: Timers vs Coroutines
Replies: 5
Views: 3533

Re: Timers vs Coroutines

thank you Peter, I have already read it
by luigibyte
Sat Sep 29, 2018 7:14 pm
Forum: ESP8266 boards
Topic: Timers vs Coroutines
Replies: 5
Views: 3533

Re: Timers vs Coroutines

Thank you pythoncoder, I think I understand coroutines. A possible solution to avoid blocking webrepl is to make it run as a coroutine, I found a library that changes the webrepl to be able to run inside a coroutine but I am not 100% confident. What do you think about Timers? I am using them to para...
by luigibyte
Fri Sep 28, 2018 9:52 pm
Forum: ESP8266 boards
Topic: Timers vs Coroutines
Replies: 5
Views: 3533

Timers vs Coroutines

Hi everyone, I am new in the Micropython world and I have some doubts about what is the right way to do some stuff I am working on a project to control several devices all around my house. I am using MQTT to perform communications. My device is running Micropython on an ESP8266. I need to paralleliz...