Git Product home page Git Product logo

Comments (9)

paxo-rch avatar paxo-rch commented on August 18, 2024 1

I reordered a new pcb with a reset control. It now works 100% of the time!

Thank you for your help!

from lovyangfx.

tobozo avatar tobozo commented on August 18, 2024

Bus type: SPI (shared with SD card)

is that behaviour consistent whether there is a sdcard inserted or not?

from lovyangfx.

paxo-project avatar paxo-project commented on August 18, 2024

It is the same even without SD card unfortunately

from lovyangfx.

paxo-project avatar paxo-project commented on August 18, 2024

I also add that the screen is connected via 3-wire spi, so no miso

from lovyangfx.

github-actions avatar github-actions commented on August 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from lovyangfx.

github-actions avatar github-actions commented on August 18, 2024

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

from lovyangfx.

paxo-rch avatar paxo-rch commented on August 18, 2024

Sorry to disturb you, but i still have the same problem, i can't figure how to fix it

from lovyangfx.

tobozo avatar tobozo commented on August 18, 2024

had another look at the schema, but I can only theorize since I don't have the device:

apparently the display reset pin isn't routed to the esp32, does it rely on power to operate the reset?
what's pin 12 on the display socket?

image

speculation: if the lcd reset isn't controled by LovyanGFX at init, then the probablility that this problem is caused by something else is higher

it could be worth testing something like this at boot just to see if it changes anything, but with that reset pin attached to 3v3 on the lcd socket I'n not sure it'll have an effect:

    hardware::setScreenPower(false);
    delay(200);
    hardware::setScreenPower(true);

from lovyangfx.

paxo-rch avatar paxo-rch commented on August 18, 2024

Yes, i thing that's the issue; i ordered a new pcb with a fix. The behavior of the pcb shows that is may be the problem.
Thank you! I will tell you in a week

from lovyangfx.

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.