mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
More files moved
This commit is contained in:
parent
2eb3779a18
commit
35207ce6f6
65 changed files with 7895 additions and 1944 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
#include "opentx.h"
|
||||
|
||||
|
||||
#if defined(PCBTARANIS) && defined(REVPLUS) && defined(LCD_DUAL_BUFFER)
|
||||
display_t displayBuf1[DISPLAY_BUF_SIZE];
|
||||
display_t displayBuf2[DISPLAY_BUF_SIZE];
|
||||
|
@ -250,10 +249,6 @@ void lcd_putsnAtt(coord_t x, coord_t y, const pm_char * s, uint8_t len, LcdFlags
|
|||
lcd_putcAtt(x, y, c, flags);
|
||||
x = lcdNextPos;
|
||||
}
|
||||
else if (setx) {
|
||||
x = c;
|
||||
setx = false;
|
||||
}
|
||||
else if (c == 0x1F) { //X-coord prefix
|
||||
setx = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue