From 7fe4942fe361c13e81178b76b128df8490bd7ade Mon Sep 17 00:00:00 2001 From: schlammbad Date: Thu, 13 Jan 2022 17:30:27 -0800 Subject: [PATCH] Updated NeoBitmapFile object API (markdown) --- NeoBitmapFile-object-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBitmapFile-object-API.md b/NeoBitmapFile-object-API.md index cf7f488..80a90d1 100644 --- a/NeoBitmapFile-object-API.md +++ b/NeoBitmapFile-object-API.md @@ -1,6 +1,6 @@ NeoBitmapFile represents a image container object that retrieves pixels from a bmp file. The primary use of this class is to contain an image meta data and read from a file when it renders it to a NeoPixelBus. -**[There is a known issue with SPIFSS on ESP8266 and a workaround](https://github.com/Makuna/NeoPixelBus/issues/317)** +**[There is a known issue with SPIFFS on ESP8266 and a workaround](https://github.com/Makuna/NeoPixelBus/issues/317)** ## Constructors