This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user