ChrisMicro

Results 23 comments of ChrisMicro
trafficstars

Using a file input could be a good solution. This would also account for analogRead. Another (but more difficult to implement solution) could be to make a graphical interface input....

Thank you very much for the compliment. I'm very glad that ArduinoOnPc was of some use for you and the effort to create it was worth it. Your FastLED library...

Hi Jan, thank you for your valuable hint. I just added your comments to the readme so it should help other users. Have a nice day, Christoph

At the moment only XDrawLine and drawPoint_RGB fromt the XWindows driver is used here: [XWindowCpp](https://github.com/ChrisMicro/ArduinoOnPc/blob/master/src/system/XWindow.cpp) Of course using only the point and line functions is not the fastest way to...

You are right, drawing a bitmap is quite slow. It is done with this [example](https://github.com/ChrisMicro/ArduinoOnPc/tree/master/examples/Adafruit_pictureDragon). I think it should be possible to speed it up by using XCreateImage: https://stackoverflow.com/questions/6609281/how-to-draw-an-image-from-file-on-window-with-xlib

Having a file API would be a good idea. But at the moment I have a lot of other projects.

Did you try to adjust the loudness of the sound? A good level is normally 3/4 max. Probably you should also try it with another computer. With newer Apple computers...

I had some problems when using the windows media player to play the sound files because it introduces a slow "fade in" at the beginning of the sound which confuses...

Hello Manuel, for me it would not matter, if the project is licensed under MIT. I took the project from here [MCURSES](https://www.mikrocontroller.net/articles/MCURSES) and adapted and squeezed it into an Arduino...

Did you choose the correct MCU variant in the menu? As far as I know the memory definitions in the linker file are responsible. It seems that the RAM is...