LUA Reference Guide
CtrlK
  • EdgeTX LUA Reference Guide
  • Overview
  • LUA API Reference
    • Constants
    • Display LCD
    • LVGL for Lua
    • Model Functions
    • Bitmap Functions
      • Bitmap.resize(bitmap, width, height)
      • Bitmap.toMask(bitmap)
      • Bitmap.getSize(name)
      • Bitmap.open(name)
    • Filesystem
    • Serial Ports
    • System
    • Key Inputs
    • LUA Scripts
    • Time
    • Audio-Sound
    • Telemetry
    • RF module
    • GPS
    • Variables
  • LUA API Programming
  • Appendixes
Powered by GitBook
On this page

Was this helpful?

  1. LUA API Reference

Bitmap Functions

Bitmap.resize(bitmap, width, height)Bitmap.toMask(bitmap)Bitmap.getSize(name)Bitmap.open(name)
Previousmodel.setTimer(timer, value)NextBitmap.resize(bitmap, width, height)

Last updated 1 year ago

Was this helpful?