Hello, back when the A+ pis came out I had an idea to put the pi in a GBC. I have purchased all the components, got retropie 3.2.2 running and are on the brink of finishing it. Problems have arisen with my display. A $18 2.2 inch TFT model number mztx06a. This screen is nice because it fits PERFECTLY in the existing GBC screen area. According to other people, the screen works by syncing with fb0 or something. I have the screen hooked up according to this forum: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=68963&p=871770#p871770
and running this driver: https://github.com/yaolet/mztx06a
It works pretty well in console, and if you add a & at the end of the command (/home/pi/mztx06a/src/mztx06a &), it works pretty good in startx. Problems arise when you add this code to rc.local or try and run ES. Adding the code above to rc.local causes the pi to crash as soon as the screen loads up the retropie splashcreen. The screen HDMI monitor fills up with errors but the pi is permanently frozen until rebooted. Making image rewrite/restore necessary for future operations
When you run it from console then launch ES, ES will never show up on the small screen… curios I launched doom. the launch code/batch file appeared on the small screen, but the game never showed up. Upon exiting doom, the pi became frozen like earlier.
Does anyone know why this happens, and maybe a fix to the problem, it is the last step in my project.
Thanks in advance