mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Fixes #1796 - needs tests on the nightly builds. Caution I removed the
lcd.lock() function completely
This commit is contained in:
parent
ed16ed9cc4
commit
1066176b0f
5 changed files with 4 additions and 23 deletions
|
@ -38,10 +38,6 @@
|
|||
|
||||
display_t displayBuf[DISPLAY_BUF_SIZE];
|
||||
|
||||
#if defined(LUA)
|
||||
bool lcd_locked = false;
|
||||
#endif
|
||||
|
||||
void lcd_clear()
|
||||
{
|
||||
memset(displayBuf, 0, sizeof(displayBuf));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue