From 6b7413c3d3c67f010191bdb41891fad0c52f5563 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 23 Apr 2016 23:25:03 -0700 Subject: [PATCH] Updated NeoBitmapFile object (markdown) --- NeoBitmapFile-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBitmapFile-object.md b/NeoBitmapFile-object.md index 71557d5..4839b40 100644 --- a/NeoBitmapFile-object.md +++ b/NeoBitmapFile-object.md @@ -13,7 +13,7 @@ NeoPixelBus strip(PixelCount, PixelPin); NeoBitmapFile image; ``` -The other template class is the class type used by your library to represent a file. It must follow standard Arduino File API. Generally, just passing `File` like above is normal. For Esp8266, you pass a SPIFFS File type allowing this to read from SPIFFs library. +The other template class is the class type used by your library to represent a file. It must follow standard Arduino File API. Generally, just passing `File` like above is normal. For Esp8266, you may pass a SPIFFS File type allowing this to read from SPIFFs library. ## How to render the image