Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karurochori/klipperscreen-cpp

Demo repo for a stack to run on the flashforge m5
https://github.com/karurochori/klipperscreen-cpp

Last synced: 3 days ago
JSON representation

Demo repo for a stack to run on the flashforge m5

Awesome Lists containing this project

README

        

```
meson setup --cross-file arm32-glib.config build-arm32 #To organize the builddir
meson configure ./build-arm32/ -Dbuildtype=release #(optional) to set a release profile
meson compile -C build-arm32 #To build
```