this post was submitted on 26 Mar 2025
2 points (100.0% liked)

Raspberry Pi

1228 readers
22 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 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?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here