Timm
Timm
There is some information in a GitHub repository: https://github.com/profi-max/JC4827W543_4.3inch_ESP32S3_board The display driver is an NV3041A-compatible 4-bit display driver. This driver is currently not available in TFT_eSPI. Adaftruit_GFX is required, which...
Support of Adafruit_GFX doesn't seem to be up to date. Is adafruit_gfx still supported?
Adafruit_GFX is not usable for the ESP32. So TFT-eSPI is a must.
I had this problem on Ubuntu as well. Found the answer in this [stackoverflow post](https://stackoverflow.com/questions/40951728/avrdude-ser-open-cant-open-device-dev-ttyacm0-device-or-resource-busy). Uninstalling "modemmanager" helped.
I had no solution for that. My solution was to use ESP32-A1S modules with a custom code implementing audio in and Bluetooth audio transmitter. You can find my code here:...
@mads03dk awesome work! are you planning to work on synchronization of streams?