lmarzen / esp32-weather-epd

A low-power E-Paper weather display powered by an ESP32 microcontroller. Utilizes the OpenWeatherMap API.
GNU General Public License v3.0
2.49k stars 196 forks source link

The Red/Black/White e-paper is only visible while refreshing #52

Closed K20shores closed 1 year ago

K20shores commented 1 year ago

I have everything connected. When the controller refreshes the screen, I see a white background with the black text briefly, and then the display goes dark. The information is written on the screen, but it's like there is a nearly opaque darkish-red color on the screen. I've tried to include some pictures.

Any ideas on what might be going on?

White refresh: white-refresh

Red-ish-dark-ish opaqueness: nearly_opaque

K20shores commented 1 year ago

Never mind. You already covered this. I had to uncomment DISP_3C_B in config.h, of course.

However, it does seem to flash quite a bit, as if it's refreshing several times per second before it stabilizes. Not sure if that's expected or not

lmarzen commented 1 year ago

Glad you were able to get it figured out. And yes that is the expected behavior. The waveshare color papers require quite a bit of 'flashing' to refresh.