commands restructured to be const vectors
Some checks failed
Build ptprnt / build (push) Failing after 1m4s

This commit is contained in:
2024-04-20 12:03:20 +02:00
parent 4f5af6722e
commit 35f768d589
8 changed files with 33 additions and 30 deletions

View File

@@ -113,7 +113,7 @@ int PtouchPrint::run() {
return -1;
}
label.writeToPng("salat.png");
printer->printBitmap(bm);
//printer->printBitmap(bm);
}
}