Closed brian-silverman closed 10 years ago
Perhaps change this name from bitmap() to sprite(). May want to make this a sprite object (led.Sprite): define a sprite's bitmap. Then draw it with s.draw((x,y), mode)
I currently have support for sprites which can be set to foreground or background (if in foreground the background shows through transparent bits)
Sprite support is currently mainline. I'll close this.
Perhaps change this name from bitmap() to sprite(). May want to make this a sprite object (led.Sprite): define a sprite's bitmap. Then draw it with s.draw((x,y), mode)