-
Testing [Pico_ePaper-2.13-D.py](https://github.com/waveshare/Pico_ePaper_Code/blob/main/python/Pico_ePaper-2.13-D.py)
It just gets stuck in ReadBusy()
Tried a second pico and a second 2.13 display…
-
Add code for Waveshare 2.9 inch ePaper display module. I don't know which version I have, probably V1 (it has no version designation on it). I am hoping that I can adapt the code you already have for …
-
I have the following code in micropython that is running on my Espressif ESP32-PICO-KIT. To this I have attached a WaveShare 1.54" ePaper display (supporting red color).
When I reach the last line …
-
Every time I want to run the program for the display with the command ./run.sh it takes a while to process everything.
But at the end I always get this error message:
OSError: /home/Silvan/wavesha…
-
see here - https://github.com/raspberrypi/linux/blob/rpi-4.9.y/arch/arm/boot/dts/overlays/README
there is a papirus dtoverlay which needs documenting
-
**显示系统已经内置那些模块**
help('modules')
**sh1107的驱动**
```python
from machine import SPI, Pin
import ssd1306
rst = Pin(33)
dc = Pin(27)
cs = Pin(14)
sck = Pin(18)
miso = Pin(19)
mosi = Pin(23)
…
-
Hi, I'm trying to connect D32 pro with the lolin epaper display, with the example
https://github.com/wemos/LOLIN_EPD_Library/blob/master/examples/graphicstest_2_13_inch_250x122/graphicstest_2_13_in…
-
Using a TTGO T-Display (and having activated that option in TFT-eSPI), I got a display problem: only part of the display is used, and with the wrong rotation. I tried changing it without success (only…
-
waveshare 2.9inch e-Paper HAT (D) tested compatible to the cheap MH-ET Live 2.9 inch E-paper Module (e.g. https://de.aliexpress.com/item/4001279382105.html?spm=a2g0s.9042311.0.0.68c34c4djtXUBM, < €1…
-
### 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…