Carlos Diaz
Carlos Diaz
Also, are we going to compare both approaches? I haven't measured how busy the SPI master is in the current approach.
I suggested the chat because it's more real time, only intended for developers, not for general use. But thinking again about it, we should make the discussion public so anyone...
**UPDATE** I can now compile the project, using some tricks, please let me know if you find something suspicious: In `components/aws/port/crypto/iot_crypto.c` I have the following diff, `configPRINTF` should be defined...
**UPDATE** After several tries we went and tracked the `release/beta` branch of this repo, we noticed the missing `CMakeLists.txt` file in the root directory so we created one. ``` include(${PROJECT_DIR}/components/esp_aws_iot/port/portFilePaths.cmake)...
I've added most of the test cases. I wasn't able to reuse as much code as I wanted, but adding `const` and reducing variables scope was possible. There's also some...
I'll check the rendering tests you've done in other widgets. I haven't done any. I'll add the test for the infinite roller as well, thanks for the use case.
> It'd be great to test that with infinite mode after the last option the first comes again. (e.g. when pressing key down) See [0813c78](https://github.com/lvgl/lvgl/pull/3660/commits/0813c78aef5ceaf17f679a4c527c0cb57914f443) --- > And a render...
@kisvegabor sorry for the delayed question. What should the test assert? Is it the rendering test only or some behavior?
@kisvegabor could you please help me updating the reference image? I haven't set the simulator just yet. I've also had to change the font to match the one available in...
The issue was the font not being available in the 16bits build.