mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Tab function in the strings \037 will help to align columns for different font types
This commit is contained in:
parent
b6f8fb689f
commit
2cb5586fd6
1 changed files with 4 additions and 0 deletions
|
@ -358,6 +358,10 @@ void lcd_putsnAtt(xcoord_t x, uint8_t y, const pm_char * s, uint8_t len, LcdFlag
|
|||
lcd_putcAtt(x, y, c, mode);
|
||||
x += lcdLastFW;
|
||||
}
|
||||
else if (c == 0x1F) {
|
||||
x++;
|
||||
x |= 0x0F;
|
||||
}
|
||||
else {
|
||||
x += (c*FW/2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue