yuxinwww
yuxinwww
Hi, The latest IDF seems to support Async web. Can we use this implementation scheme for this UI framework? https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server/async_handlers
Yes, some friends prefer to use C language for development under the IDF framework instead of the Arduino framework. If this UI framework can be used under IDF, some web-based...
Thanks for reporting it. [Here](https://github.com/espressif/esp-iot-solution/tree/master/examples/ota/simple_ota_example) is an example of using `bootloader_support_plus`. By default, it uses the [IDF Component Manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html) mechanism to import the component. Of course, if you are used...
This does bring some benefits, making the entire system look more 'Linux'. However, to my knowledge, free flash access operations cannot be implemented in bootloader, making it more difficult to...
图像正确、颜色不对的问题,可能是 R\G\B 三分量的顺序与 LCD 要求的 R\G\B 分量的顺序不同导致的。请检查 LCD、图像数据的 R\G\B 分量的顺序、大小端是否一致。