Search found 2 matches

by halasu
Fri Jul 20, 2018 2:13 am
Forum: Guides
Topic: [Guide] ili9341 SPI TFT Screen on Retropie
Replies: 265
Views: 442449

Re: [Guide] ili9341 SPI TFT Screen on Retropie

wow that sounds awesome! I just added ASCII configuration file parsing to allow customization for any hardware. It can read GPIO pins directly for game inputs (no Linux drivers needed) or gamepads/keyboard. Do you have a RPi with a ili9341 LCD connected? I can share the executable if you'd like to ...
by halasu
Fri Jul 20, 2018 2:11 am
Forum: Guides
Topic: [Guide] ili9341 SPI TFT Screen on Retropie
Replies: 265
Views: 442449

Re: [Guide] ili9341 SPI TFT Screen on Retropie

I'm working on a custom game emulator project which uses all of my own code and talks directly to the SPI TFT. Many games are able to run at 60fps and all games run with considerably less input lag and no display tearing compared to the retropie+fbtft+fbcp setup. The code currently uses smart buffe...