diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-03-08 17:05:58 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-03-08 17:06:08 +0200 |
commit | 37bb42f928ca0788180c694ca64775124371c8fb (patch) | |
tree | d19793b58722b791a886feb14ace36e8ce543941 /src/bin | |
parent | 273456b010fdad4179befc4e76d90c07846667e4 (diff) |
escpos2parser: Use 300px w
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/escpos2raster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/escpos2raster.c b/src/bin/escpos2raster.c index 4eaafe1..40b2691 100644 --- a/src/bin/escpos2raster.c +++ b/src/bin/escpos2raster.c @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) { { -#define CANVAS_W 267 * 2 +#define CANVAS_W 300 * 2 #define CANVAS_H 1024 char window[4096], var[256]; uint8_t canvas_data[CANVAS_W * CANVAS_H], print_buffer[CANVAS_W * ESCPOS_PRINT_BUFFER_MAX_HEIGHT]; |