Add ColorBw for printer

This commit is contained in:
Joscha 2024-03-05 00:04:12 +01:00
parent 59a1235b1d
commit 097f4ee548
6 changed files with 38 additions and 1 deletions

1
Cargo.lock generated
View file

@ -148,6 +148,7 @@ dependencies = [
name = "showbits-thermal-printer"
version = "0.0.0"
dependencies = [
"palette",
"showbits-common",
]