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

How to obtain a shared lib (.so) for EPD C driver? #359

Open
Suniron opened this issue Sep 13, 2024 · 1 comment
Open

How to obtain a shared lib (.so) for EPD C driver? #359

Suniron opened this issue Sep 13, 2024 · 1 comment

Comments

@Suniron
Copy link

Suniron commented Sep 13, 2024

Hey there,

I have the 2.7 V2 E-paper screen and I want to bind the C driver with bun:ffi to interact with my screen from Typescript code.

To do that, I need to have the driver as a shared library (.so file). So, how can I compile the C code to obtain this?

Thanks in advance 🤞

@mbadinga1
Copy link

Hey,
you can use cmake to build the project instead of the Makefile to get the shared lib.

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