1
0
Fork 0
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:
bsongis 2014-10-22 20:39:19 +02:00
parent ed16ed9cc4
commit 1066176b0f
5 changed files with 4 additions and 23 deletions

View file

@ -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));