Skip to content

Commit 1967a6a

Browse files
authored
Link to learn guide page about bitmaps
1 parent 063f294 commit 1967a6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This library decodes an image file into new bitmap and palette objects of the pr
1717
designed to load code needed during decoding as needed. This is meant to minimize the memory
1818
overhead of the decoding code.
1919

20+
Only certain types of bitmaps work with this library, and they often have to be exported in specific ways. To find out what types are supported and how to make them, see `this learn guide page.
21+
<https://learn.adafruit.com/creating-your-first-tilemap-game-with-circuitpython/indexed-bmp-graphics>`_
22+
2023
Usage Example
2124
=============
2225

0 commit comments

Comments
 (0)