Uri Shaked

Results 619 comments of Uri Shaked

Hi, I'm not sure I understand the suggestion, can you please explain your use case - what are you trying to achieve?

Thanks for the suggest! Can you please include a relevant part number or a link to the product page?

Try: ```bash export PYOPENGL_PLATFORM=glx ```

``` $ pip freeze | grep -i pyopengl PyOpenGL==3.1.7 ``` about PyOpenGL_accelerate - I don't think I have it installed

Issue reproduced - seems to be a regression introduced by #744

Note: for ESP32-S3, this works if we replace `RGB_BUILTIN` with 38. For some reason, `RGB_BUILTIN` equals to 97, which maps to pin 48. Not sure yet why.

Okay, I found the [source of the confusion](https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html#hardware-revision-details): > Both the initial and v1.1 versions of ESP32-S3-DevKitC-1 are available on the market. The main difference lies in the GPIO assignment...

For C6/H2, I looked at the logic analyzer, and it seems like the RMT peripheral clock is off by about a factor of two. Investigating.