NEW ESP8266 WiFi Image Viewer
I created this because the original stopped working , it is much faster using JPEGDecoder and TFT_eSPI Libraries.
A PHP file on a webserver resizes the image files and serves them up at a given quality.

Primary Components
ESP8266-12F/WeMos D1 hookup
- Standard ESP connections for normal operation
ILI9341 tft_eSPI hookup
| ILI9341 | ESP8266 |
| SDO/MOSO | D6 |
| LED | 3.3v |
| SCK | D5 |
| SDI/MOSI | D7 |
| DC/RS | D3 |
| Reset | D4 |
| CS | D8 |
| GND | GND |
| VCC | 3.3v |
|
|