Uri Shaked
Uri Shaked
> 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....
If you got some other demos you'd like to have on the library simulation page, just let me know, or even open a [pull request](https://github.com/wokwi/arduino-libraries/tree/master/libraries/Midier/Sequencer-Basic-TwelveBarBlues) directly
Hello, can you please add a link to an example project where we can see this?
Thanks for providing the link! When you say you tested it on an actual board, was that an Arduino Mega? Also, did you compile it yourself or take the Wokwi...
Can you please attach the .hex file that you compiled yourself and tested on the actual board?
From a quick glance at the [ADC peripheral code](https://github.com/wokwi/avr8js/blob/master/src/peripherals/adc.ts), it seems like this functionality was never implemented. If you want to try to implement it and send a pull-request, that...
Thank you very much! A few questions: > The project exports have been left as is. I don't think I have a say on if this can be a breaking...
Thanks James! I like your suggestion. Refactoring `createAVR()` would not even be a breaking change, since we never released it. And in any case, I'm open to breaking changes -...
Same here - any workarounds?
> Same here - any workarounds? My current workaround is the wrap the Select elements with ``, and hide / reshow them whenever the value list changes.