mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 22:34:25 +02:00
Updated NeoBitmapFile object (markdown)
@@ -13,7 +13,7 @@ NeoPixelBus<NeoGrbwFeature, Neo800KbpsMethod> strip(PixelCount, PixelPin);
|
|||||||
NeoBitmapFile<NeoGrbwFeature, File> image;
|
NeoBitmapFile<NeoGrbwFeature, File> 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
|
## How to render the image
|
||||||
|
Reference in New Issue
Block a user