cubeberg 540 Posted November 17, 2011 Share Posted November 17, 2011 I don't have anywhere near the skills to pull something like this off - but I'd love to see something like this in a Booster: http://www.wayneandlayne.com/projects/video-game-shield/ - the fact that the nunchuck runs @ 3.3v makes it ideal to work with the LP. I've seen a static image TV Out example for the LP - has anyone done actual video? Quote Link to post Share on other sites
bluehash 1,581 Posted November 17, 2011 Share Posted November 17, 2011 . I've seen a static image TV Out example for the LP - has anyone done actual video? Look here. I'm not sure how much overhead in terms of memory and CPU power is required for a game. Quote Link to post Share on other sites
cubeberg 540 Posted November 17, 2011 Author Share Posted November 17, 2011 Awesome! That looks like a great start for the video, although it looks like it had to be in Assembly to run fast enough. ASM is way out of my skill-set unfortunately, but I'm wondering if a 2553 running > 1mhz could handle it. I'll take a look @ jbremnant's Nunchuck code. Might not be too difficult to set up a TV Out proof-of-concept by combining the two. Quote Link to post Share on other sites
RobG 1,892 Posted November 17, 2011 Share Posted November 17, 2011 You can use oPossum's asm code for video and your C code for the game. Quote Link to post Share on other sites
cubeberg 540 Posted November 17, 2011 Author Share Posted November 17, 2011 Ah - I guess it all ends up in Assembly anyway - right? Testing TV Out was already on my list of projects after I saw the static image output. Thanks! Quote Link to post Share on other sites
TopHatHacker 25 Posted November 18, 2011 Share Posted November 18, 2011 NatureTM has done some video work with C http://naturetm.com/?p=147 and here's a blogpost about using the nunchuck and a nokia lcd http://jbremnant.wordpress.com/2011/01/03/nokia-lcd-wiinunchuck-with-msp430/ when NatureTM did the tv code the g2553 wasn't out yet, so theres some more room to play with. I branched off his code and got one paddle working and a ball bouncing (brick attack!) and i think he was working on a similar thing, though i don't think any of that is posted on his site. i'll try and dig up the code i did for brick attack (on my other laptop) if you can get spi working along with the tv out on the same chip, you can use a second chip for the game workings.. easily dooable with two 2553 chips i think jbremnant 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.