Got it almost working...
This commit is contained in:
@@ -94,9 +94,6 @@ int PtouchPrint::run() {
|
||||
printer->attachUsbDevice(std::move(devices[0]));
|
||||
auto status = printer->getPrinterStatus();
|
||||
spdlog::info("Detected tape width is {}mm", status.tapeWidthMm);
|
||||
auto bm = ptprnt::graphics::Bitmap<ptprnt::graphics::ALPHA8>(512, 128);
|
||||
//printer->printBitmap(bm);
|
||||
//printer->printText("wurst", 1);
|
||||
|
||||
if (0 == mCommands.size()) {
|
||||
spdlog::warn("No command specified, nothing to do...");
|
||||
|
Reference in New Issue
Block a user