Updated NeoBitmapFile object (markdown)

Michael Miller
2019-11-07 15:35:07 -08:00
parent 4c1989fe61
commit 50bd4dd431

@@ -1,5 +1,7 @@
[NeoBitmapFile object API](https://github.com/Makuna/NeoPixelBus/wiki/NeoBitmapFile-object-API)
**NOTE:** Parts of the description below are out of date, specifically around using BLT and rendering. Please refer to the API and examples for exactness until this area is updated.
The NeoBitmapFile is image file reference object. As pixels are rendered it will retrieve them from the file thus saving memory.
It provides direct x,y access to get pixels along with a render method `Blt()` that will copy bits to the NeoPixelBus or other Raster objects.