From 2e449853c353aa6dba4e282ffd4e1671c6a450d8 Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 13 Jul 2021 15:06:35 +0800 Subject: [PATCH] remove self test grid printing --- Code/thermal_printer/devterm_thermal_printer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Code/thermal_printer/devterm_thermal_printer.c b/Code/thermal_printer/devterm_thermal_printer.c index 7657593..83fb7bc 100644 --- a/Code/thermal_printer/devterm_thermal_printer.c +++ b/Code/thermal_printer/devterm_thermal_printer.c @@ -1,6 +1,6 @@ // for ltp02-245 // 203 dpi, 384dots in 48mm(1.88976inch) every dots == 0.125mm, 1byte==8dots==1mm -// make clean && make && ./stm32duino_thermal_printer.bin +// make clean && make && ./*.elf //#include #include #include @@ -354,7 +354,7 @@ NULL //----------------------------------- //grid - +/* for(ch = 0;ch <16;ch++){ if(ch%2==0) j = 0xff; @@ -372,7 +372,7 @@ NULL print_dots_8bit_split(cfg,(uint8_t*)buf,48); } } - +*/ //-------------------------------------------------------- feed_pitch1(cfg->font->height*2,cfg->orient);