Uri Shaked
Uri Shaked
For the S3: see my [comment above](https://github.com/wokwi/wokwi-features/issues/861#issuecomment-2294841750) For the C6: right, the pin was wrong in the board definition. Fixed now.
Looking at the code for the [Arduino core](https://github.com/espressif/arduino-esp32/blob/def319add8392d82892386a340f61580e708eca1/variants/esp32s3/pins_arduino.h#L10-L13 ), pin number 48 is hard coded. The [ESP32-S3-DevKitM-1](https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html#esp32-s3-devkitm-1), which is a different board, also uses 48. IMHO we should keep 38,...
> As a (Wokwi) user, I would expect neopixelWrite(`RGB_BUILTIN`, r, g, b); to work I hear you. Let's ping Espressif to get their opinion about this.
Thanks for reporting! Currently, custom chips have to be compiled to .wasm files, and then they can be declared in the wokwi.toml file, as explain in the [project config documentation](https://docs.wokwi.com/vscode/project-config#custom-chips)....
Thanks! The graphics looks nice. For screens, we're now adding them through [wokwi-boards](https://github.com/wokwi/wokwi-boards). Here's an example for the SSD1306: https://github.com/wokwi/wokwi-boards/tree/master/boards/ssd1306 However, in addition to the graphics, we'd need to implement...
Thanks for all the feedback, I've made it more clear now:  And also added documentation: https://docs.wokwi.com/vscode/diagram-editor
Hi, can you please describe the complete setup? What's talking to the ESP32S3?
Thanks for the detailed report. Pushed a fix - can you please try once more and report?
Hi, thanks for reporting. We've recently upgraded the ESP32 Arduino Core to the latest version, 3.0.1. It could be that the SH110X library is not compatible with the new Arduino...
Hi, which sliders?