From 50bd4dd431f65c7b307fb3b39ada918847f6b43b Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 7 Nov 2019 15:35:07 -0800 Subject: [PATCH] Updated NeoBitmapFile object (markdown) --- NeoBitmapFile-object.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NeoBitmapFile-object.md b/NeoBitmapFile-object.md index 4839b40..6df92d5 100644 --- a/NeoBitmapFile-object.md +++ b/NeoBitmapFile-object.md @@ -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.