-
Error:
Can't run script without errors even though module is installed.
sudo python3 palomino.py
Traceback (most recent call last):
File "palomino.py", line 5, in
from IT8951 import co…
jifop updated
2 years ago
-
mirror=True does not reverse mirror for me. I am using 10.3inch EPD and IT8951. here is my config file
#CONFIG_VERSION=1
[main]
#waveshare display type use HD for IT8951 displays
display_type …
-
I'm not sure what the default is, but I didn't spot any used code that'd set the vcom value.
There's one reference to vcom value here https://github.com/kimmobrunfeldt/eink-weather-display/blob/main/…
-
Thanks to @Jason
Let's use this Issue to communicate forward!
Next blocker for this: Either separate the IT8951 from epdiy since @atomic14 used this library as a base to keep the framebuffer. But…
-
To design stuff sometimes is great to know how much is the text width (Using font size) that you will draw. Lovyan has a function like this:
```C
uint16_t getTextWidth(char* text_buffer);
```
…
-
Hello everyone,
I have a 7.8inch waveshare screen with an IT8951 driver. When I try to run the test.py script I have this message displayed :
`Initializing EPD...
Traceback (most recent call last…
-
Hi! I've been playing with the usb based controlling using https://sr.ht/~martijnbraam/it8951/ C code as the basis. I wasn't able to get the current vcom value using [this code](https://github.com/kim…
-
Apologies for opening this as it may be something environmental. I've been running the project for a while and love it.
I've just made up a new case and in the process was swapping to a new Firebee…
-
Use only LovyanGFX to render all items of the Epub.
This will be kind of a big refactoring but it's worth it since I hope we can take advantage of grayscale simulation of Lovyan and overall speed i…
-
It seems the nice people from Espressif has made our lives miserable with some breaking changes:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/migration-guides/release-5.x/index.html
…