mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 18:58:49 +01:00
code fix
This commit is contained in:
parent
14b8e42f11
commit
4218cd1e88
@ -712,7 +712,11 @@ void parse_serial_stream(CONFIG*cfg,uint8_t input_ch){
|
|||||||
a = (ser_cache.idx+1)*current_font.width+(ser_cache.idx)*0+ g_config.margin.width;
|
a = (ser_cache.idx+1)*current_font.width+(ser_cache.idx)*0+ g_config.margin.width;
|
||||||
if( a >= MAX_DOTS)//got enough points to print
|
if( a >= MAX_DOTS)//got enough points to print
|
||||||
{
|
{
|
||||||
|
if(cfg->font->mode == FONT_MODE_1){
|
||||||
|
print_lines_ft(cfg);
|
||||||
|
}else {
|
||||||
print_lines8(cfg);
|
print_lines8(cfg);
|
||||||
|
}
|
||||||
reset_cmd();
|
reset_cmd();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user