lcd.drawTextLines(x, y, w, h, text [, flags])
Previouslcd.drawBitmapPatternPie(bitmap, x, y, startAngle, endAngle [, flags])Nextlcd.exitFullScreen()
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
local y
_, y = lcd.drawTextLines(1, 0, 100, 40, "No TxGPS detected!", LEFT + TEXT_COLOR)
lcd.drawTextLines(1, y, 100, 100, "Make sure your firmware has GPS support enabled", LEFT + TEXT_COLOR)