A digital photo frame is a great thing to showcase photos of your family members, friends and home animals. The master wanted to make a small and cheap photo frame for photographs. For its manufacture, he used ESP8266 WEMOS D1 and 1.8 TFT panel ST7735.
The body of the master prints on a 3D printer. Files for printing can be downloaded here.
Next, you need to mount and install everything in the case. Installation according to the diagram for ESP8266 (here) and ST7735 (here). You can also see the connection in the picture below.
This photo frame uses the internal memory of the ESP8266 module. Thus, you do not need an external SD card. You can convert a 128x160 pixel photo to an array of C using the LCD image Converter. The 4-megabyte flash ESP8266 is enough to store a large number of photos. You can download the utility here.
Photos must be stored in the photos.h array. Also for this application, the Adafruit GFX library and the Adafruit ST7735 file are required. Archive with sample code and software can be downloaded here.