mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-16 04:08:51 +01:00
remove self test grid printing
This commit is contained in:
parent
aff53426b2
commit
2e449853c3
@ -1,6 +1,6 @@
|
|||||||
// for ltp02-245
|
// for ltp02-245
|
||||||
// 203 dpi, 384dots in 48mm(1.88976inch) every dots == 0.125mm, 1byte==8dots==1mm
|
// 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 <SPI.h>
|
//#include <SPI.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -354,7 +354,7 @@ NULL
|
|||||||
|
|
||||||
//-----------------------------------
|
//-----------------------------------
|
||||||
//grid
|
//grid
|
||||||
|
/*
|
||||||
for(ch = 0;ch <16;ch++){
|
for(ch = 0;ch <16;ch++){
|
||||||
if(ch%2==0)
|
if(ch%2==0)
|
||||||
j = 0xff;
|
j = 0xff;
|
||||||
@ -372,7 +372,7 @@ NULL
|
|||||||
print_dots_8bit_split(cfg,(uint8_t*)buf,48);
|
print_dots_8bit_split(cfg,(uint8_t*)buf,48);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
feed_pitch1(cfg->font->height*2,cfg->orient);
|
feed_pitch1(cfg->font->height*2,cfg->orient);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user