Commit Graph

46 Commits

Author SHA1 Message Date
35598c7c3b
workaround for lack of sudo in Gitea
Some checks failed
Generic zig build / build (push) Failing after 15s
2024-04-30 22:24:08 -07:00
4998ac5803
github requires sudo
Some checks failed
Generic zig build / build (push) Failing after 14s
2024-04-30 22:16:19 -07:00
d4d0200473
install imagemagick 7 from source (pain!)
Some checks failed
Generic zig build / build (push) Has been cancelled
2024-04-30 22:14:37 -07:00
84cbdd7f2f
add system dependency step to actions
Some checks failed
Generic zig build / build (push) Failing after 1m24s
2024-04-30 21:40:08 -07:00
3987af3e9d
adjust readme
Some checks failed
Generic zig build / build (push) Failing after 1m36s
2024-04-30 21:31:16 -07:00
a2bca12bc7
upgrade to zig 0.12.0 2024-04-30 21:27:37 -07:00
bd8b3a1da3
update zig-action-cache to GitHub friendly version 2024-04-30 20:18:07 -07:00
8c1381daf4
add standard zig workflow 2024-04-29 16:36:11 -07:00
c2ba2efd76
add i2c native implementation
Fixes #1
2023-04-10 17:38:54 -07:00
6d41563226
new -flip arg to rotate 180 degrees
Fixes #4
2023-04-08 17:31:10 -07:00
4a55140672
do not assume filename is last arg 2023-04-08 17:30:14 -07:00
50dc69ae9b
remove allocation of Options on the heap 2023-04-08 17:26:05 -07:00
25e410c0b5
disable image-based font generation 2023-04-08 17:03:04 -07:00
b05ac7bae7
switch to manual text overlay 2023-04-08 16:57:55 -07:00
8c9df71080
const -> var to aid assignments 2023-04-06 13:34:44 -07:00
b07c75ca9a
add fontgen output to git ignore 2023-04-06 13:27:15 -07:00
08b30a336f
add dedicated font generation exe for the build 2023-04-06 13:26:42 -07:00
f1e635d786
move display config to separate file 2023-04-04 08:15:30 -07:00
a7b917d3e9
implement ability to pipe in text (#3) 2023-04-03 17:13:27 -07:00
80d0f8c377
add expected output 2023-04-03 16:05:20 -07:00
753a06c54d
remove dead code 2023-04-03 15:15:14 -07:00
59fbf04da6
add tests 2023-04-03 15:12:31 -07:00
ad80f250a6
more cleanup 2023-04-03 13:54:09 -07:00
91fc37d30a
clean up output 2023-04-03 13:52:15 -07:00
9ca7fd0864
move argument processing to seperate function 2023-04-03 13:52:04 -07:00
26c52dd278
remove commented code 2023-04-03 10:41:53 -07:00
5cd582b2e4
ability to send to stdout only 2023-04-03 10:41:43 -07:00
175899a539
add optimization notes 2023-04-03 10:40:53 -07:00
7b30811ead
argv bug fixes 2023-03-30 12:05:49 -07:00
5187ccffa2
add return code handling 2023-03-30 12:05:24 -07:00
853b5bdf5a
fully operational in debug mode 2023-03-30 11:42:24 -07:00
b04a8f53b2
comment some debugging - not currently needed 2023-03-30 10:36:37 -07:00
1de48ff236
make background optional 2023-03-30 09:30:00 -07:00
556e14532f
add blank image for basic usage 2023-03-30 08:59:31 -07:00
7fa10612e7
drawString function 2023-03-30 08:45:17 -07:00
60098caf01
implement drawCharacter function 2023-03-29 17:58:24 -07:00
8b22eadc4f
add font generation to build 2023-03-29 17:07:26 -07:00
c57068177e
basic working text sample 2023-03-29 11:32:40 -07:00
3ed7cad6ce
more ranged for 2023-03-29 09:21:19 -07:00
23b79b5e58
housekeeping 2023-03-29 09:19:11 -07:00
a4973cb88a
switch to new ranged for syntax 2023-03-29 09:18:18 -07:00
8ddc7bcdfa
we shall do fonts another way 2023-03-29 09:17:49 -07:00
b8e4accccf
update to zig 0.11.0-dev.2157+f56f3c582 2023-03-19 10:56:20 -07:00
aed0280d69
add package definitions, early zig 0.11 style 2023-03-09 12:47:46 -08:00
185876af0f
add basic poc - works with imagemagick 2023-03-09 12:47:22 -08:00
471c4bc58b
initial commit 2023-01-15 10:15:25 -08:00