Search found 1 match
- Sun Jun 28, 2020 6:51 pm
- Forum: ESP32 Arduino
- Topic: How to Read BMP from Spiffs and Display to OLED
- Replies: 0
- Views: 2751
How to Read BMP from Spiffs and Display to OLED
I have uploaded a splash.bmp in ESP32 SPIFFS and wan't to display it as Splash screen on startup. How to make it work as codes around the internet are for SD Cards only. #include "SPIFFS.h" #include <Adafruit_GFX.h> #include <Adafruit_ST7735.h> #include <SPI.h> #define TFT_CS 5 #define TFT_RST 4 #de...