Major changes, dithering, 4bpp mode.

This commit is contained in:
2025-06-20 17:48:48 -03:00
parent 885d814c70
commit 2f61514c29
4 changed files with 190 additions and 82 deletions

4
go.mod
View File

@@ -2,9 +2,11 @@ module catprinter-ble
go 1.22
require github.com/go-ble/ble v0.0.0-20240122180141-8c5522f54333
require (
github.com/go-ble/ble v0.0.0-20240122180141-8c5522f54333
github.com/disintegration/imaging v1.6.2 // indirect
github.com/makeworld-the-better-one/dither v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect