diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-03-08 17:11:53 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-03-08 17:14:13 +0200 |
commit | 995841ab4dd7676151e5a74c735926e68b937971 (patch) | |
tree | 7104a3bc3f0ff716ab4568cbd3250dbe6a47ba74 | |
parent | 66269ee9b063d866a50924702a2d236d33af9c8e (diff) |
escpos2raster: Add note
-rw-r--r-- | src/bin/escpos2raster.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/escpos2raster.c b/src/bin/escpos2raster.c index 40b2691..f497674 100644 --- a/src/bin/escpos2raster.c +++ b/src/bin/escpos2raster.c @@ -53,6 +53,8 @@ escpos_write(const struct escpos_parser *parser, const uint8_t *ptr, const size_ int main(int argc, char *argv[]) { + // XXX: Maybe we should have some commandline parameters for canvas sizes? + { #define CANVAS_W 300 * 2 #define CANVAS_H 1024 |