Open TobnacTobi opened 1 year ago
similar here, have a very dark screen, like the contrast is wrong.
rolled back to 2023.5.4 and still the same issue. i dont remember which version i had installed when it was working
rolled back to 2023.5.4 and still the same issue. i dont remember which version i had installed when it was working
Thanks for this hint!
Desparate for any solution I installed the version 2022.12.2
of ESPHome and it immediately worked!
It probably broke inbetween. I had a look at the Change-Logs but there's nothing specific for the 7.5inV2 that might break it.
Maybe this will work for you as well.
I'm glad that I can continue my project now, thanks!
Reloading with v2022.12.1 now. I would guess one of these commits broke it. I am not familiar enough with github to look at file history across multiple versions. https://github.com/esphome/esphome/commits/dev/esphome/components/waveshare_epaper
I suspect one of these waveshare files:
Works well on my setup (firebeetle, waveshare hat, 7.5inV2) on 2023.9.3 Did you check the inverted: true in the doc? The switches on the hat are correctly set (B,0)?
Here is my yaml setup:
- platform: waveshare_epaper
id: eink_display
cs_pin: GPIO14
dc_pin: GPIO13
busy_pin:
number: GPIO25
inverted: true
reset_pin: GPIO26
model: 7.50inV2
reset_duration: 2ms
I am facing the same problem. I tried to revert to as far as 2022.12.1, unfortunately without success. I just realized that I am using a Waveshare e-Papaer ESP32 Driver Board insted of the Driver Hat. No sure what this means and if it is still related or not.
Just an update....the yaml posted by OP works fine for me on 2024.4.1. I am using the 7.5" display with V2 sticker on the back with the Waveshare ESP32 Driver Board (no hat).
anyone able to solve this getting contrast issues on 2024.4.2 first time i got an epaper display. working to roll back to and older version but that's going to take a bit.
I also had the problem that the display was very pale. I had an FPC-8612 v2 panel that worked perfectly with the ESP-32 switches on ON and B. With the FPC-C001 20.08.20, however, the one switch had to be set to A for it to work. In my case, the problem solution was therefore independent of the software.
The Problem
The Waveshare E-Ink Display flashes, but does not show/draw anything.
Seems to be related to https://github.com/esphome/issues/issues/2880
I want to build a E-Ink Dashboard with Home-Assistant, ESPHome and these components:
Now, I tested multiple GPIO combinations, different board-ids (nodemcu-32s, az-delivery-devkit-v4, esp32dev) and other display model configurations (
7.50in-bV2
,7.50inV2
,7.50inV2alt
) and most of them either don't work or show this behavior:When updating, the display flickers (as for an full update) but then stays black or shows some "random" pattern that looks like stars in the night sky.
The board is working, I have tested others of the same version. Maybe the board is not supported (since it's V2 instead of the suggested V4).
I flash it via ESPHome Web and it works without any problems. I can read the logs as well.
What seems suspicious: There is a ~3 pixel border around the black rectangle that appears ( i know it's not the physical border since it flashes black when updating). This might be some code which tries to draw as well and hides my actual print message behind it.
I am very thankful for any help, this has taken me way too long already.
Which version of ESPHome has the issue?
2023.6.0
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
2023.6.2
What platform are you using?
ESP32
Board
AZ-Delivery ESP32 Dev KitC V2
Component causing the issue
Waveshare 7.5 Inch E-Paper Display Hat Module V2
Example YAML snippet
Anything in the logs that might be useful for us? -
Additional information -