diff --git a/API-Reference.md b/API-Reference.md index a6920f3..86a835c 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -11,8 +11,9 @@ Color Objects - These objects are used to define and reference colors. [NeoPixelAnimator](https://github.com/Makuna/NeoPixelBus/wiki/NeoPixelAnimator-object-API) - The primary interface for running animations. -[NeoGamma](https://github.com/Makuna/NeoPixelBus/wiki/NeoGamma-object) - Color conversion for better gradient color matching. +[NeoGamma](https://github.com/Makuna/NeoPixelBus/wiki/NeoGamma-object) - Color correction for better gradient color matching. Raster Objects - These objects are used to store images and render them to the NeoPixelBus. * [NeoBuffer](https://github.com/Makuna/NeoPixelBus/wiki/NeoBuffer-object-API) - simple image buffer -* [NeoVerticalSpriteSheet](https://github.com/Makuna/NeoPixelBus/wiki/NeoVerticalSpriteSheet-object-API) - sprite image sheet \ No newline at end of file +* [NeoVerticalSpriteSheet](https://github.com/Makuna/NeoPixelBus/wiki/NeoVerticalSpriteSheet-object-API) - sprite image sheet +* [NeoBitmapFile](https://github.com/Makuna/NeoPixelBus/wiki/NeoBitmapFile-object-API) - bitmap file rendering object \ No newline at end of file