Rafael Ignacio Zurita
Rafael Ignacio Zurita
Hey, in the README on github web I have put a picture with the connections https://github.com/zrafa/30pin-simm-ram-arduino The picture is this : https://raw.githubusercontent.com/zrafa/zrafa.github.io/master/ram-atmega328p-arduino/ram-arduino-sch.jpg Let me know if it is not clear....
Yes, you are right. But, of course, some extra lines in source code is needed as well. I do not remember where now. If you want to try just tell...
It is a port to the XINU operating system. 
Thanks a lot for the comments. So it is clear that we must to modify/write renderer. Now, whichs function(s) exactly? And what do them do? void r_init(void); void r_draw_rect(mu_Rect rect,...
> Thank you for kind words. It's been a while for me too. As far as I remember the example is already there - the calibrated data is the data...
First of all, you must modify compile/Makefie, and change the atmega328p with the proper gcc label for atmega2560. Also, we could find other problems in the code, for example, the...
Hello, Short answer: yes. Longer: The linux kernel usually provides some driver/way to interface those GPIO buttons. I have seen them used by opening/reading/closing files under /sys/ filesystem. If your...
Which board do you have? Which version of Raspbian? Which version of Linux kernel your Rasbian and boadr uses (you can check with the command: uname -a ) I do...