Page 2 of 2

Re: Non DMA version of the spi_master driver

Posted: Fri Apr 13, 2018 7:30 am
by Vader_Mester
Hi Lobo,

What kind of touch screen is this compatible with? Resistive or capacitve? Module is question is ER-TFTM035-6, from buydisplay.com.

Thanks
Vader[BEN]

Re: Non DMA version of the spi_master driver

Posted: Fri Apr 13, 2018 7:59 am
by loboris
Only the restitive touch (XPT2046 controllers) is supported in this example.

BTW, this is a very old example. I'm now using a different approach for non-DMA transfers using the slightly modified official esp-idf spi-master driver.
I hope I'll find some time to update the repository or create the new example of using this approach.
I have the same display with capacitive touch, so I'll include it in the example.

Re: Non DMA version of the spi_master driver

Posted: Fri Apr 13, 2018 11:41 am
by Vader_Mester
Nice Loboris

__/|,
------'

Re: Non DMA version of the spi_master driver

Posted: Wed Aug 01, 2018 5:13 pm
by Deouss
I was just thinking about non-dma spi. That's great since I am testing streaming data to lcd over tcp sockets.
I was trying to load images from DMA memory and annoying thing was the waits for DMA transfers.
The best way would be to use SPI PSRAM 4mb memory on Wrover - wonder how fast it is.
Not sure how to do with non-dma code yet.

Re: Non DMA version of the spi_master driver

Posted: Thu Oct 10, 2019 7:58 pm
by jas39_
@loboris:
I'm trying to get your non-dma driver to work together with a three-wire SPI interface without success. Would you mind sharing your " slightly modified official esp-idf spi-master driver" for me to try?

Rgds
/&&