Open githubLXD333 opened 3 years ago
Same problem here. Looks like it's something with buffer.
I've found a solution. Print a newline after the bitmap like:
await InnerPrinter.printBitmap(base64, width, height);
await InnerPrinter.printOriginalText('\n');
Sunmi docs says in some places: "The force line breaker "\n" must be added to the end of a line of content which not fully occupy". I think this is also the case for a bitmap that has not the full width or something. S
Any news here?