coelamon / arduino-tvout

Automatically exported from code.google.com/p/arduino-tvout
0 stars 0 forks source link

Add api documentation for bitmap() #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please document the bitmap() function. Reading the code seems to be the format 
is:

char[]={bmap_width, bmap_height, data};
and data seems to be the packed bits to push directly on screen?

Original issue reported on code.google.com by rsa...@gmail.com on 1 Jan 2012 at 10:56

GoogleCodeExporter commented 8 years ago
It seems that you are having a bad time understanding how to create bitmaps.
This should help: http://code.google.com/p/arduino-tvout/wiki/Bitmaps
I'm already making atari style game using bitmaps. I even made animated walking 
sprite. It's really cool what I can do with TVout library and arduino :)

Original comment by edvinask...@gmail.com on 3 Feb 2013 at 5:37