Fix merge
All checks were successful
Build ptprnt / build (push) Successful in 3m48s

This commit is contained in:
2025-10-11 17:38:47 +02:00
parent 99b355b033
commit 8658e5c9fd

View File

@@ -159,7 +159,6 @@ graphics::Bitmap<graphics::ALPHA8> FakePrinter::simulatePrinting(const graphics:
}
// Now "print" this column by unpacking the bytes back to pixels
// This simulates the printer head physically printing this column
for (size_t byteIdx = 0; byteIdx < columnBytes.size(); byteIdx++) {
uint8_t byte = columnBytes[byteIdx];
uint32_t baseRow = byteIdx * 8;