You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E (29870) spi: alloc_dma_chan(221): no available dma channel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "xpt2046.py", line 58, in __init__
File "xpt2046.py", line 113, in spi_init
RuntimeError: Failed initializing SPI bus
I don´t really know if it's a bug or it's "normal". Documentation is not helpful with that error too...
Any recommendations?
Regards
The text was updated successfully, but these errors were encountered:
Problem: I can't get both touch and screen working together.
Version: MicroPython v1.20.0-713-g81d3c1215-dirty on 2024-06-12; ESP32 module with ESP32
Test: The screen and the touchscreen work on simple micropython and/or lv_micropython, if I use that driver:
https://github.com/JettIsOnTheNet/Micropython-Examples-for-ESP32-Cheap-Yellow-Display/tree/main
Just got some issue with x/y inversion and color issues.
Even with C code the CYS works, so it's not an hardware issue.
But i'm unable to get it working with that simple code with lv_micropython:
Error:
I don´t really know if it's a bug or it's "normal". Documentation is not helpful with that error too...
Any recommendations?
Regards
The text was updated successfully, but these errors were encountered: