Page 1 of 1

LCD + DOOM!

Posted: Thu Nov 13, 2014 8:47 pm
by Pyrofer
Ok, so I connected an SPI LCD and ported Doom to the VoCore. Speed isn't great but it's sort of playable.

https://www.youtube.com/watch?v=kIBrKcGXx6o

I also ported MoarNes. They run a lot smoother on a smaller LCD,

https://www.youtube.com/watch?v=IaRMiQkniKg

Re: LCD + DOOM!

Posted: Fri Nov 14, 2014 3:33 am
by Peter H
Good job! I'm impressed that such a tiny processor has enough memory and processing speed to run that.

Re: LCD + DOOM!

Posted: Mon Nov 17, 2014 5:39 pm
by suarezvictor
Are you using the TFT linux driver?
https://github.com/notro/fbtft/wiki

Re: LCD + DOOM!

Posted: Tue Nov 18, 2014 9:10 am
by Pyrofer
Why would I do that? Much more fun to write it all from scratch instead of using other peoples code!

Actually, my LCD isn't listed there as compatible. It has 8bit SPI + D/C pin. I have ordered another LCD off ebay that IS on the supported list and is currently available cheaply.

I will write up some more stuff on getting that screen running when I have it.