-->
Page 1 of 1

ESP8266 to SD card

PostPosted: Mon Jan 16, 2017 5:20 am
by TheSam2196
Hey Guys, Im new to ESP and I'm trying to get a image file on the ESP through HTTP request and then somehow try to display it on an TFT LCD screen. For that I think I need to somehow transfer that image file to the SD on the screen via the Arduino.

Ive gotten the HTTP request part down but I'm lost to how to get the image file across to the LCD screen. I would really appreciate it if you guys could point me to the right direction here. :D

Im using an ESP8266-01, Arduino UNO and 2.4" diagonal LCD TFT display.

Re: ESP8266 to SD card

PostPosted: Sun Jan 29, 2017 7:07 pm
by g6ejd
I think the UTFT library and ADAFruit variants both have draw bmp images on the TFT no other options other than bmp though.