mcarr823
mcarr823
Quick update on this. I've got the driver more or less working and a test script to run it. Only 8bpp right now. Also, text seems to work, but images...
I tried a fresh install of the latest 64 bit Raspberry Pi OS/Raspbian last month and it worked alright. However, I installed via pip with a virtual environment, rather than...
Yep, that should be it. Enable SPI, install some dependencies with apt, then run those commands above to install via pip. The first command creates a virtual python environment. The...
@bodnerry I tried going through this again today. I guess something has changed since the build I tried last month, as I did need to install an extra dependency. In...
I tried it with a pi4, 64bit OS, either Raspberry Pi OS or Raspberry Pi OS Lite (the script supports both). Either 64bit or 32bit should work in theory, though...
When papertty starts up you should get a line of text show up along the lines of "lut_version = M841_TFA5210" or something similar. Could you see what yours is? If...
No problem. Here's hoping you get it running even smoother. Based on your screenshot there are a couple of things you can try in order to speed it up: -...
> Having set up from your script with your fork, my Pi cheerfully boots straight into PaperTTY but doesn't display the LUT version on startup. > > Is there a...
> I chose gpiozero but it's still talking about RPi.GPIO This happens when the script installs papertty via pip. The script works by installing papertty the manual way (for its...
@atneik From your log `gpiozero found - using that instead of RPi.GPIO` it looks like gpiozero is installed and the device is trying to use it. But the pin factory...