mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Display problem with [ in SD Manager
This commit is contained in:
parent
4f0e4feadd
commit
5bfe5d9cf6
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ void menuGeneralSdManager(uint8_t _event)
|
|||
uint8_t x = 0;
|
||||
uint8_t attr = (m_posVert-1-s_pgOfs == i ? BSS|INVERS : BSS);
|
||||
if (reusableBuffer.sdmanager.lines[i][0]) {
|
||||
if (!reusableBuffer.sdmanager.lines[i][SD_SCREEN_FILE_LENGTH+1]) { lcd_putcAtt(0, y, '[', attr); x += FW; }
|
||||
if (!reusableBuffer.sdmanager.lines[i][SD_SCREEN_FILE_LENGTH+1]) { lcd_putcAtt(0, y, '[', attr); x += FW-1; }
|
||||
lcd_putsAtt(x, y, reusableBuffer.sdmanager.lines[i], attr);
|
||||
if (!reusableBuffer.sdmanager.lines[i][SD_SCREEN_FILE_LENGTH+1]) { lcd_putcAtt(lcdLastPos, y, ']', attr); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue