Open vortigont opened 1 year ago
For SDL, that is the code I didn't write and inherited from https://github.com/ChrisMicro/ArduinoOnPc
I filed https://github.com/ChrisMicro/ArduinoOnPc/issues/14 for you, hopefully @chrismicro can help, as I've never read/looked at that part of the code. From what I've seen it already does some pixel doubling or the pixels would be way too small, but you probably need to double a few more times.
Nice, thanks! Will keep an eye on this.
Hi @marcmerlin, Tnx for this nice implementation of SDL backend! Just wanted to ask for some help in customizing your SDL backend driver for linux. Is there a way to customize/set display window size and emulated LED's size accordingly? Currently I'm running mostly small displays like 16x16 or 32x32 and resulting window is so small that it's not comfortable to actually use it. maybe you can point me to the right place where it could be adjusted?