joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
942 stars 101 forks source link

Issue with framebuffer display #96

Open Julien-ip opened 1 year ago

Julien-ip commented 1 year ago

Hello everyone, I'm trying to display the framebuffer on my 7.8 inch Waveshare screen with a RPI 3B+. When I launch papertty --driver it8951 fb (without sudo), the script starts. It seems that the variable 'diff_bbox' is not filled so I got stucked in the else condition (line 345) but I don't know why. Any advices ?

joukos commented 1 year ago

Sorry for the late reply. The fb mode hasn't been tested much so it's likely quite buggy. But is the framebuffer content changing?

Which OS are you running on the RPi?