Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C language library? #185

Open
uchuugaka opened this issue Apr 27, 2018 · 2 comments
Open

C language library? #185

uchuugaka opened this issue Apr 27, 2018 · 2 comments

Comments

@uchuugaka
Copy link

Where can we find C or other compiled language library for the PaPiRus products? I need to do things not in Python sometimes...

@tvoverbeek
Copy link
Contributor

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.

@uchuugaka
Copy link
Author

uchuugaka commented May 5, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants