wokwi / wokwi-elements

Web Components for Electronics and IoT Parts
https://elements.wokwi.com/
MIT License
185 stars 49 forks source link

Added SSD1351 Display #129

Open ZeppelinGames opened 2 years ago

ZeppelinGames commented 2 years ago

SSD1351 is a OLED 128x128 pixel RGB display.

urish commented 2 years ago

Thanks Mark!

Actually, we're just in the process of moving the SSD1306 to be a wokwi-custom board, with a new design:

https://github.com/wokwi/wokwi-boards/tree/master/boards/ssd1306

You can see it in action here:

https://wokwi.com/projects/329665684628832852

zaus71 commented 1 year ago

Hi, will this component make it into the master branch? Just asking because I have a project with such a display... Thx André

urish commented 1 year ago

Hi, will this component make it into the master branch? Just asking because I have a project with such a display...

Hi André, unfortunately, this is only the graphics. The actual implementation of the SSD1351 is missing. You can open a feature request on the wokwi-features respository, or try to implement it yourself using the new Custom Chip API