|
Smart Poi 3.0.0
WiFi Connected LED POV Poi
|
Functions | |
| void | showLittleFSImage () |
Variables | |
| int | cnti = 0 |
| Displays an image stored on the ESP8266 using the LittleFS file system. | |
| void showLittleFSImage | ( | ) |
References a, bin, cnti, G1, imageToUse, leds, M1, maxPX, message1Data, NUM_LEDS, pxAcross, pxDown, R1, and X.
Referenced by loop().

| int cnti = 0 |
Displays an image stored on the ESP8266 using the LittleFS file system.
This function loads an image from the LittleFS file system, checks its size, and displays the image pixel-by-pixel on an LED strip using FastLED. The image is stored in a compressed format and is decompressed into RGB values.
The function handles different cases such as missing files and oversized images. It iterates through the pixels to display the image across the LED strip.
listDir() or implement image index to access the correct image. Referenced by showLittleFSImage().