nopnop2002
nopnop2002
I published my code for ESP32. https://github.com/nopnop2002/esp-idf-mqtt-broker
@PAk-CatchFire Making it compatible with arduino for ESP32 is unable. It is too much difference.
I did another test using a bluepill board and same code. ### blackpill_f103c8 STM32F103C8T6 72MHz 64KB 20KB BlackPill F103C8 ``` ; PlatformIO Project Configuration File ; ; Build options: build...
@maxgerhardt Thank you for the commentary. I would like to keep this issues open for others.
@maxgerhardt Do you think 72Mhz on this list should be changed? 
@maxgerhardt I got it.
Thank you for your PR. I don't know anything about SVG, so it will take some time to understand this.
Thank you. I don't understand SVG yet
Thank you for comment. This example uses a lot of memory to display JPEG and PNG. To use the framebuffer, I need to consume less memory for JPEG and PNG...
>Perhaps there are other non-DMA techniques to improve performance as well? Yes. I know that register operations run about 5 times faster than gpio_set_level. In the case of ESP32, it...