Hamish West

Results 21 comments of Hamish West

Thanks Teunhen and TribalRu :) I've made a couple of small changes to TribalRu's converter. The detection delay is now in 0.1s increments. 'Presence' is rather slow, but 'target_distance' seems...

Thanks, worked for me too! Only mbedtls_md5_starts needed to be changed

I'm using one of these Waveshare boards successfully with LVGL. However, I use Arduino IDE and Arduino_GFX library.

I've created an example for this board using the [Arduino_GFX library](https://github.com/Westcott1/Waveshare-ESP32-S3-Touch-LCD-4.3-and-Arduino/tree/main/Examples/Arduino_GFX) To then use LVGL you need to integrate the above example with moononournation's [LvglHelloWorld.ino](https://github.com/moononournation/Arduino_GFX/tree/master/examples/LVGL/LvglHelloWorld) example. Soon-ish I'll post the...

Hi Gert69, Thanks for the kind words :)> Thanks also for posting a combined file. I kept them separate for those who didn't need touch and/or expander. Kind regards, Hamish

Hi all, I've now created an [LVGL example](https://github.com/Westcott1/Waveshare-ESP32-S3-Touch-LCD-4.3-and-Arduino/tree/main/Examples/Arduino_LVGL) When I run it the ESP32 crashes every few minutes. **This example only works on LVGL 8**

It this what you mean? It took 57 secs to crash this time. Other times quicker, sometimes several minutes. The only thing happening in the code (that I can see)...

Regarding the screen interference, I think it might be when the underlying Arduino_GFX tries to draw something.