-
Notifications
You must be signed in to change notification settings - Fork 23
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
What do I need to build this project? #1
Comments
Found the build chain docs on RaspberryPi.org. Ignore me! |
Spent the last several hours getting my build tools setup, but I still feel like I'm missing something. I can build the example pico files from their repo, but am I missing a CMakeLists.txt somehow? |
I have never toucht c++ and am not a programmer. But I managed to get it wokring after several weeks of learning and trial and error. This is what I did: Added /Fonts and /Config from here: https://github.com/waveshare/Pico_ePaper_Code/tree/main/c/lib I added "pico_sdk_import.cmake" (probably not needed) And this is my CMAkeList.txt file. There are probably things in there that are not needed.
I hope it helps @mix3d and @chriszylstra |
You can try Font48 from here: https://github.com/ThomasVon2021/blikvm/blob/c29c636349330c0ecff6fb90e0367b6364ca2df0/third_lib/SPI_LCD/Fonts/font48.c |
Just a simple Q, but if I wanted to recreate this, what kind of a build environment do I need? Awesome project!
The text was updated successfully, but these errors were encountered: