Hi there, yeah, I am considereing different budget projects and I think I have a strategy to trick the parents into buying all salami tactic style. But it is well worth the experience and the money.
I consider them buying either a PiZero or a RPi3, and I will explain them the basics (as well as the differences between the two) beforehand. Then I will make sure, that we are going to build a system on the basis of kano. We are going to add everything that we see fit or appropiate. So the system gets larger and larger but only with meaningfull parts.
We may add a screen, if desired or a small audio output system. The parents will receive the costs beforehand but they can decide what their children need and what they already have at home. If someone doesn´t want to by a screen for 30-40 €, the child may also attach the rpi to one of our screens at school. There is an adapter issue there, but we can also ssh into it, so no problem there.
Some may want to build a spycam or sensors or an internet radio. The Recalbox is my giveaway at the end of the year. We will also talk about copyright there, so that they know what to expect and what not.
At topic there:
I bought a five inch screen with touch, and I know that it doesn´t work with recalbox, but I am using raspbian too and I thought it would be nice to have as an addition. I have managed to alter the config.txt via putty and I also changed the recalbox.conf via the web interface. However I do have an issue with N64 games, wich is only minor, but there. I have also read a thread for that specific display which can be found here in the forum, but the Thread Starter doesn´t seem to use n64, so the issue is not explained there. I think it has to do with the native solution though. So here is my display:
http://www.waveshare.com/wiki/5inch_HDMI_LCD
By the way it is ok. You can´t do anything wront here. The nativ resolution is said to be:
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
This is the tutorial I followed:
https://github.com/recalbox/recalbox-os/wiki/TFT5-Screen-HDMI-(EN)
Works like a charm, except for N64 games.
I wrote this in the recalbox.conf:
n64.core=gliden64
n64.emulator=mupen64plus
n64.ratio=16/9
n64.smooth=1
#n64.videomode=DMT 4 HDMI
n64.videomode=default
This results in the following: N64 games start in 4:3 but there is an edge right of the display where it isn´t used. It just stays blank. Altering the conf results in N64 games not starting at all or the screen turning white. I tried different DMT Modes except, resulting in either crashing or having weird formats where some parts are missing.
Is this due to the native resolution of n64 games and is there a solution to this? It is not a big issue though I could live trough this.