We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
bun:ffi
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 🤞
The text was updated successfully, but these errors were encountered:
Hey, you can use cmake to build the project instead of the Makefile to get the shared lib.
Sorry, something went wrong.
Thanks for your answer 🙏.
Would you happen to have an example of the command to build the project?
I never used cmake.. 🥵
cmake
Hello, I have made an example with my 7in5 scrceen using raspi. https://github.com/mbadinga1/Waveshare_7in5_CMAKE
You can try to update it on your project
No branches or pull requests
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 🤞
The text was updated successfully, but these errors were encountered: