This is a tiny digital gallery powered by esp8266. User can upload up to (only) 4 images using wifi. This project is made as birthday gift for someone special.
For now I'm dumping everything here as it is, soon I'll write a better README and do some code clean-up.
This is just a prototype. Now I need make a proper PCB and a 3D printed enclosure.
- Turn on LameGallery using the switch
- Press the button (connected to GPIO0) to display the next image
- Press and hold the button for 2-3 seconds to turn ON WiFi Access Point
- Connect to the access point with the given SSID and Password
- Go to the shown URL and upload up to 4 jpg files (each file <=300kB)
- Press and hold the button for 2-3 seconds to turn OFF WiFi Access Point
- ESP8266 (ESP-12E Board)
- ST7789 240x240 IPS LCD Display
- Tjpg Decoder
- TFT_eSPI (stripped unused parts)
- LameUI
** Here I've used LameUI (https://github.com/abhra0897/LameUI) as the GUI library. This library is under development and is in the experimental phase.