Adrian Soundy
Adrian Soundy
It doesn't look like previous changes to C# code have required any change to native code. Just looks like the signature has changed. So I don't see any reason not...
What ESP32 board are you running this on? The ESP32_S3_ALL firmware is really for S3 with 8Mb spiram running in octal mode. If not capatible spiram then all allocation would...
Yes all your devices use quad mode spiram so that's why they don't have enough memory when running ESP32_S3_ALL. Is the issue that you want to use display as we...
I'll shortly add the generic display driver to the ESP32_S3 and ESP32_S3_BLE firmware. Probably need to review and optimize the naming of all firmware. But we can do that later.
Decided to add generic driver to just ESP32_S3_BLE and leave ESP32_S3 as minimum firmware
@alberk8 Have you thought about C# syntax for these extensions. Possible code examples.
The issue here is the 2nd I2C port is a low power port which isn't supported in the legacy I2C API we are using. To use this I2C port we...
The new API has a number of underlying concept differences that will make C# code not backward compatible. - The concept of channels has been removed and you now just...
The next version speeds the serialization even further by putting it into native code.
@josesimoes Any reason why this can't be merged ?