Giter Club home page Giter Club logo

Comments (8)

moononournation avatar moononournation commented on July 20, 2024

Please use Arduino ESP8266 filesystem uploader to upload the file:
https://github.com/esp8266/arduino-esp8266fs-plugin.git

from arduino_gfx.

KevinBennett24 avatar KevinBennett24 commented on July 20, 2024

I am using that version (0.5.0) and got the message "SPIFFS Image Uploaded", also I added to the code #include <fs.h> because I got this error "spiffs begin was not declared in this scope".

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

The code #include <FS.h> just checked in.
If you changed the flash size, both program and and filesystem require upload again.

from arduino_gfx.

KevinBennett24 avatar KevinBennett24 commented on July 20, 2024

also if you are modify the code you could add this too
#elif defined(ESP8266)
#define TFT_CS D8
#define TFT_DC D1
#define TFT_RST D2
with that the nodemcu esp8266 works
tomorrow I will try that new code and check the other to pins for sda and scl

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

Just checked in a smaller GIF file, now it can play on ESP8266.
The pins definition always free to change while actually use.

from arduino_gfx.

KevinBennett24 avatar KevinBennett24 commented on July 20, 2024

It worked after reinstalled the drivers for filysystems and the esp8266 community with 2.5.2 version, thanks, just like a note SCL pin to D5 and SDA to D7, just this error with Jpeg file
"invalid conversion from 'void ()(JPEGDRAW) {aka void ()(jpeg_draw_tag)}' to 'int ()(JPEGDRAW) {aka int ()(jpeg_draw_tag)}' [-fpermissive]" but I won't use that program

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

This caused by JPEGDEC changed method signature in new version, but the new version still have some issue on ESP8266 and ESP32: bitbank2/JPEGDEC#12

from arduino_gfx.

KevinBennett24 avatar KevinBennett24 commented on July 20, 2024

alright I'm fine with the png thanks so much, now to try to get a bigger gif play but that uint_8 its the problem I will try other ways

from arduino_gfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.