Giter Club home page Giter Club logo

Comments (24)

moononournation avatar moononournation commented on July 21, 2024

please provide more details what you are doing

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Thanks for the reply.
Basically I have interfaced gc9a01 based 1.28" round display to esp32.
I want to play video on it but I started with images.
So I opened imgviewerjpg example from the library.
Uploaded the data to eep32 SPIFFS using esp32fs plugin.
After that I compiled and upload the sketch to esp32.
But instead of showing image on the screen, it says system mount failed.
Also the same error on serial monitor.
Please help.
Also I want to play a video file on it, please guide me through the same.

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

try upload program again after flash SPIFFS

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

I did try that but it still did not work

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

What should I do to resolve the issue?

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Alternately is there a way to connect a memory card and play video from it on gc9a01 using esp32?

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

check the code is using FatFS or SPIFFS

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

How do I check that?
Also I am using the default code provided in the example folder of your library

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Just an update
In void setup()
I changed line 98 from if (!SPIFFS.begin()) to if (!SPIFFS.begin(true))
and the code uploads fine and i get no SPIFFS error, but nothing displays on the screen
Please help

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

any error when upload SPIFFS

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

No error now
But the screen just stays blank and displays nothing
Also tried adding a 240*240px image
But still blank screen
Any help on this would've really helpful

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

it should have some error while you upload the SPIFFS file data

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Attaching screenshots
Screenshot (27)
Screenshot (28)

No compile error or upload error
Also attached serial monitor output

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Please help to resolve

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

How about the message of "ESP32 Sketch Data Upload"

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

I also find the latest arduino-esp32 have this problem if selected default partition scheme. Try select another partition scheme, e.g. No OTA (2MB APP/2MB SPIFFS).

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

How about the message of "ESP32 Sketch Data Upload"

It say "uploaded successfully"

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

I also find the latest arduino-esp32 have this problem if selected default partition scheme. Try select another partition scheme, e.g. No OTA (2MB APP/2MB SPIFFS).

Tried this but no luck

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

you require upload program and data again after change partition scheme

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

did it already
still same issue

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Is there any way of uploading data to spiffs memory externally?
without using arduino ide
via commandline?

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Can you tell me which arduino version and esp32 arduino core version you are using so that i can try the same

from arduino_gfx.

hackintoshlover avatar hackintoshlover commented on July 21, 2024

Hey, the error got fixed after i updated esp32 arduino core version to 1.0.6

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

If you trying latest version, I recommend you change to use FFat, it is faster in many circumstances.

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.