You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look at some of the python scripts to see how this interface is used.
For example clearing the display is done by writing the character 'C' to /dev/epd/command
Using it from C/C++ should be no problem.
On May 5, 2018, at 21:01, Ton van Overbeek ***@***.***> wrote:
The low level driver is just a file interface (FUSE based) writing/reading to various files under /dev/epd.
See https://github.com/PiSupply/PaPiRus/blob/master/bin/papirus-setup for how this is installed.
The driver itself can be found in https://github.com/repaper/gratis.
Have a look at some of the python scripts to see how this interface is used.
For example clearing the display is done by writing the character 'C' to /dev/epd/command
Using it from C/C++ should be no problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Where can we find C or other compiled language library for the PaPiRus products? I need to do things not in Python sometimes...
The text was updated successfully, but these errors were encountered: