This repository has been archived on 2024-05-29. 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.
2023-02-05 16:07:21 +01:00
doc start: initial minimal implementation 2022-09-30 15:01:08 +02:00
lib src,lib: zig fmt and clang-format all code 2023-02-05 16:07:21 +01:00
src src,lib: zig fmt and clang-format all code 2023-02-05 16:07:21 +01:00
tools src,lib: zig fmt and clang-format all code 2023-02-05 16:07:21 +01:00
.clang-format src,lib: zig fmt and clang-format all code 2023-02-05 16:07:21 +01:00
.gitignore repo: initial blank import of zig init-exe 2022-09-12 13:42:44 +02:00
LICENSE license: add qeles AG to copyright holders 2023-01-31 15:15:12 +01:00
README.md start: initial minimal implementation 2022-09-30 15:01:08 +02:00
build.zig ui: increase default font from 14px to 16px for readability 2022-10-01 00:33:02 +02:00

README.md

build for rpi:

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

otherwise just zig build on dev host