Render the live status to the framebuffer in Atkinson Hyperlegible Mono

This commit is contained in:
flamingcow
2026-07-25 19:41:53 -07:00
parent 16416bc1b0
commit 419bdc4bb7
8 changed files with 506 additions and 24 deletions
+5 -1
View File
@@ -2,4 +2,8 @@ module g.fc.run/theater/cabletest
go 1.26.5
require golang.org/x/sys v0.47.0 // indirect
require (
golang.org/x/image v0.44.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
)