Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for WeAct Studio 1.54 Inch Epaper Module EPD #2697

Open
lboue opened this issue Apr 22, 2024 · 3 comments
Open

Add support for WeAct Studio 1.54 Inch Epaper Module EPD #2697

lboue opened this issue Apr 22, 2024 · 3 comments

Comments

@lboue
Copy link

lboue commented Apr 22, 2024

Describe the problem you have/What new integration you would like

Add support for WeActStudio.EpaperModule: WeAct Studio 1.54 Inch Epaper Module EPD (ref GDEH0154D67).

  • 200x200 pixels
  • 3.3V I/O
  • 4 lines SPI
  • SSD1681

3

Additional context

WeAct boards

@lboue lboue changed the title Add support for WeActStudio.EpaperModule: WeAct Studio 1.54 Inch Epaper Module EPD Add support for WeAct Studio 1.54 Inch Epaper Module EPD Apr 22, 2024
@latonita
Copy link

latonita commented May 7, 2024

@lboue Hi, did you try waveshare epaper component?
I suppose it shall work with ssd1681

@latonita
Copy link

@lboue This display finally came to me from aliexpress... and it properly works with existing component.

I attached it to my esp32dev module like this:

spi:
  clk_pin: GPIO18 # scl
  mosi_pin: GPIO23 # sda

display:
  - platform: waveshare_epaper
    model: 1.54inv2
    cs_pin: GPIO17
    dc_pin: GPIO22
    reset_pin: GPIO19
    busy_pin: GPIO21
    update_interval: 15s
    full_update_every: 30
    lambda: |-
      it.print(10, 10, id(font1), "Hello World!");

I might update documentation so it will include WeAct name so it can be found by search function on the site.

@lboue
Copy link
Author

lboue commented May 21, 2024

@latonita
Thanks for the test. I'm going to try it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants