Page 2 of 2

Re: SKPIC32 Video Game with Sound Generator Module

PostPosted: Fri Aug 31, 2012 8:47 pm
by Brian Griffin
I've explained about the sound generator module in the front page. Also, here's the "Perry the Platypus" on the monitor screen (resolution: 256x240) during a test. The picture is converted to 8-bit color before it is copied into the microcontroller.

However, a 16-bit color picture takes up a lot of space in a microcontroller - other methods like JPEG compression can be used. :)

Re: SKPIC32 Video Game with Sound Generator Module

PostPosted: Wed Sep 05, 2012 1:54 pm
by sich
Nice one Brian! I always enjoy your sharing :D

Re: SKPIC32 Video Game with Sound Generator Module

PostPosted: Wed Sep 05, 2012 2:28 pm
by Brian Griffin
sich WROTE:Nice one Brian! I always enjoy your sharing :D


Thanks for the compliment! :D

Re: SKPIC32 Video Game with Sound Generator Module

PostPosted: Thu Nov 08, 2012 6:15 pm
by sahniana
can you tell me more about the graphic processing and output using pic32? i'm currently in a project to receive an image/video from a webcam, process the image before display it to display. i've found similar things called video experimenter but it is for arduino.