Search found 3 matches

by nickux
Mon Aug 14, 2017 6:09 pm
Forum: Showcase
Topic: ESP32 TFT display library
Replies: 74
Views: 472668

Re: ESP32 TFT display library

Hello loboris,

would it be feasible to also display PNG images? They tend to be cleaner than JPG and much smaller than BMP.
by nickux
Mon Aug 14, 2017 9:20 am
Forum: Sample Code
Topic: Example of using YModem protocol on ESP32
Replies: 4
Views: 9630

Re: Example of using YModem protocol on ESP32

If I understand correctly, the "make copyfs" is to flash an image previously created with "make makefs"?

Is this correct?
by nickux
Mon Aug 14, 2017 9:14 am
Forum: Sample Code
Topic: Full example of using spiffs with ESP32
Replies: 19
Views: 39507

Re: Full example of using spiffs with ESP32

loboris wrote: If you are using spiffs in some other projects, please copy spiffs directory from this repository to your project.
Only the files spiffs_vfs.c and spiffs_config.h are changed.
Thank you for your work! As a new to ESP32 your repositories have helped me a lot.