Closed awolf78 closed 7 years ago
lcd.drawLine (f.x1, f.y1, f.x2, f.y2, SOLID, FORCE) gave me an error in Horus simulator. That's why I changed to: lcd.drawLine (f.x1, f.y1, f.x2, f.y2, SOLID, 0)
I tested in simulator on X9D and on my X7, does the same.
https://opentx.gitbooks.io/opentx-lua-reference-guide/content/lcd/drawLine.html
lcd.drawLine (f.x1, f.y1, f.x2, f.y2, SOLID, FORCE) gave me an error in Horus simulator. That's why I changed to: lcd.drawLine (f.x1, f.y1, f.x2, f.y2, SOLID, 0)
I tested in simulator on X9D and on my X7, does the same.