Remove paper cutter servo code
This commit is contained in:
parent
128deaee57
commit
e4f5946c8c
5 changed files with 2 additions and 88 deletions
|
|
@ -13,7 +13,6 @@ typedef enum
|
|||
} LTP1245_Result_t;
|
||||
|
||||
#define LTP1245_MAX_DRIVE_FREQ 473 // In Hz
|
||||
#define LTP1245_CUT_DURATION 50 // In steps of 20 ms
|
||||
#define LTP1245_BUFFER_LINES 64
|
||||
#define LTP1245_LINEWIDTH 384 // In pixels
|
||||
#define LTP1245_LINE_BYTES (LTP1245_LINEWIDTH / 8)
|
||||
|
|
@ -23,4 +22,3 @@ typedef enum
|
|||
void LTP1245_Init(void);
|
||||
LTP1245_Result_t LTP1245_FeedPaper(int lines);
|
||||
LTP1245_Result_t LTP1245_Print(uint8_t *data, int lines);
|
||||
LTP1245_Result_t LTP1245_Cut(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue