TinyCircuits / TinyCircuits-Tiny-Game-Engine

MicroPython game engine for TinyCircuits Thumby Color
GNU General Public License v3.0
9 stars 1 forks source link

Support different bitmap types #83

Closed TinyCircuits closed 3 weeks ago

TinyCircuits commented 2 months ago

Adding support for the following bitmap types (no support for compressed formats, only uncompressed):

Note: X = unused portion

To do:

[September 6th, 2024 update]: For now (or maybe forever) we're not going to support 24 or 32 bits bitmaps since they take up so much space and take a long time to copy to scratch (depending on size).

ace-dent commented 1 month ago

Useful resource is @jsummers Bitmap Test Suite: https://github.com/jsummers/bmpsuite