Fix Monochrome class with new data structure, unit tests. There is work to be done still
All checks were successful
Build ptprnt / build (push) Successful in 3m51s

This commit is contained in:
2025-09-11 10:02:43 +02:00
parent 5132eab6fa
commit 3dc5da6fc8
16 changed files with 436 additions and 131 deletions

View File

@@ -150,10 +150,10 @@ int PtouchPrint::run() {
}
label->create(labelText);
label->writeToPng("./testlabel.png");
if (!printer->printLabel(std::move(label))) {
/*if (!printer->printLabel(std::move(label))) {
spdlog::error("An error occured while printing");
return -1;
}
}*/
return 0;
}