Closed nbnaudb closed 2 years ago
Unfortunately the ILI9486 is an 18bit colour display in SPI mode and DMA only supports 16 bit SPI displays. You can run the example without DMA. Comment out line 71 and line 163, uncomment line 166.
I will update the Readme to identify the 18 bit display types.
Hi Bodmer. Did you update the newer version of this library? in my case, I try to use TTGO S3 to read analog value which seems can only use DMA to do it, any suggestions please? Best Regards. Summer
@summerfind, the library does nt prevent DMA operations with other interfaces, e.g. analogue ADC values.
Thank you Bodmer. do you have a example of ADC-DMA read wave in Arduino IDE? Best.
I have a problem with the latest version of the library. I have ESP32. I wanted to use the boing_ball example. When I try to compile, I get this message:
this is what the User_Setup file looks like: