Got it almost working...
All checks were successful
Build ptprnt / build (push) Successful in 2m29s

This commit is contained in:
2023-12-03 22:08:59 +01:00
parent 3e9c3267e2
commit b42e866a49
14 changed files with 143 additions and 78 deletions

View File

@@ -17,6 +17,7 @@
*/
#include <spdlog/spdlog.h>
#include <sys/types.h>
#include <map>
@@ -67,7 +68,8 @@ class P700Printer : public ::ptprnt::IPrinterDriver {
.name = "Brother P-touch P700",
.version = "v1.0",
.vid = 0x04f9,
.pid = 0x2061};
.pid = 0x2061,
.pixelLines = 128};
std::map<std::string, std::vector<uint8_t>> commands{
{"rasterstart",
{0x1b, 0x69, 0x61,