flyduino / kissfc-tx-lua-scripts

Kiss Lua configuration script for taranis
GNU General Public License v3.0
40 stars 14 forks source link

Tpa #15

Closed awolf78 closed 7 years ago

awolf78 commented 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.

fedorcomander commented 7 years ago

https://opentx.gitbooks.io/opentx-lua-reference-guide/content/lcd/drawLine.html