Git Product home page Git Product logo

Comments (4)

mike2nl avatar mike2nl commented on August 26, 2024 1

@MrTanoshii
that's from the example:
#define EPD_CS D0
#define EPD_DC D8 (D4 depeninding on your choice)
!!! -> #define EPD_RST -1 // can set to -1 and share with microcontroller Reset!

have you wired the reset to the display?

from lolin_epd_library.

MarkPieterdeJonge avatar MarkPieterdeJonge commented on August 26, 2024 1

Hello,
D8 is connected to GPIO15 on WEMOS D1 Mini. GPIO15 has a pulldown for normal startup after reset. When i connected DC to D8 it doesnt reset normally but goes in a different boot mode.
My advice: dont use D8.
Hope this solves some issues for someone. Took me a while to figure out.

from lolin_epd_library.

MrTanoshii avatar MrTanoshii commented on August 26, 2024

Yes I did. I was only able to get it to work using the full configuration, that is everything connected on the epaper side (BUSY unconnected as I am using the delay method)

As such I am also using this to instantiate the EPD object.
LOLIN_IL3897 EPD(EPD_PIXEL_X, EPD_PIXEL_Y, EPD_MOSI_PIN, EPD_CLK_PIN, EPD_DC_PIN, EPD_RST_PIN, EPD_CS_PIN, EPD_BUSY_PIN);

If you managed to use CS and DC only, please let me know your exact hardware configuration so I may try to replicate it. I'm using the wemos d1 mini to control it by the way.

from lolin_epd_library.

kd8bxp avatar kd8bxp commented on August 26, 2024

HI - I want to put my 2 cents in - I am using the TFT&I2C connector shield and was having problems getting this to work, I am using the default settings for the connector - so what worked for me was

/*D1 mini*/
#define EPD_CS D4
#define EPD_DC D3
#define EPD_RST -1  // can set to -1 and share with microcontroller Reset!
#define EPD_BUSY -1 // can set to -1 to not use a pin (will wait a fixed delay)

I am getting a lot of black flashing on the screen before an image or text loads and is readable, is this normal?

from lolin_epd_library.

Related Issues (6)

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.