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
OFF0 586b7716c2
font: use custom font
Created a new font file with icons for nakamochi.

Renamed font file to use generic filename that only includes size
information so that the code does not have to be changed if the
font is replaced with another font style.

Note: this font is not yet production ready, need to create a
test view in ngui to render and compare all icons side by side.
2022-10-22 11:35:08 +02:00
doc start: initial minimal implementation 2022-09-30 15:01:08 +02:00
lib start: initial minimal implementation 2022-09-30 15:01:08 +02:00
src font: use custom font 2022-10-22 11:35:08 +02:00
.gitignore repo: initial blank import of zig init-exe 2022-09-12 13:42:44 +02:00
LICENSE repo: initial blank import of zig init-exe 2022-09-12 13:42:44 +02:00
README.md start: initial minimal implementation 2022-09-30 15:01:08 +02:00
build.zig font: use custom font 2022-10-22 11:35:08 +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