ekt: implement cx7000 printer

This commit is contained in:
2025-09-03 16:58:22 +02:00
parent 57d23726e8
commit 3327548ca6
25 changed files with 1338 additions and 230 deletions

View File

@ -21,6 +21,8 @@ hooklib_lib = static_library(
'dvd.h',
'fdshark.c',
'fdshark.h',
'imageutil.c',
'imageutil.h',
'path.c',
'path.h',
'reg.c',
@ -31,7 +33,9 @@ hooklib_lib = static_library(
'spike.h',
'touch.c',
'touch.h',
'printer.c',
'printer.h',
'printer_chc.c',
'printer_chc.h',
'printer_cx.c',
'printer_cx.h',
],
)