You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
alex 698e5b6f76
src,lib: zig fmt and clang-format all code
C style is now fixed by .clang-format.
a handy script to check all source code formatting is in
tools/fmt-check.sh.
2 years ago
doc start: initial minimal implementation 2 years ago
lib src,lib: zig fmt and clang-format all code 2 years ago
src src,lib: zig fmt and clang-format all code 2 years ago
tools src,lib: zig fmt and clang-format all code 2 years ago
.clang-format src,lib: zig fmt and clang-format all code 2 years ago
.gitignore repo: initial blank import of zig init-exe 2 years ago
LICENSE license: add qeles AG to copyright holders 2 years ago
README.md start: initial minimal implementation 2 years ago
build.zig ui: increase default font from 14px to 16px for readability 2 years ago

README.md

build for rpi:

zig build -Dtarget=aarch64-linux-musl -Ddriver=fbev -Drelease-safe -Dstrip

otherwise just zig build on dev host