this post was submitted on 26 Mar 2025
9 points (90.9% liked)

raspberrypi

3886 readers
2 users here now

Community about the single-board computers, micro-controllers and related projects.

https://www.raspberrypi.com/

Other RaspberryPi communities on Lemmy

founded 4 years ago
MODERATORS
 

I have a Raspberry Pi Zero and I have attached it to the Waveshare 9.7" e-ink display. What I want to do is to make this a typing machine (I am aware of the screen refresh rate). The simplest version of this would be to run LibreOffice.

I can find several examples where this display is used with Python codes where the refresh rate can be set within an individual program (e.g., displaying calendar events or working as a clock). I have tested a couple of these projects, and they work. However, I would like to effectively use the display as a monitor.

How can this be achieved?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 weeks ago

Sounds like you'd need to write a Linux kernel driver for it, which would be a pretty serious undertaking.