LUA Reference Guide
Ctrlk
  • EdgeTX 2.8 Lua Reference Guide
  • Introduction
  • Part I - Script Type Overview
  • Part II - EdgeTX Lua API Programming Guide
  • Part III - EdgeTX Lua API Reference
    • Constants
    • General Functions
    • Model Functions
    • Lcd Functions
    • Bitmap Functions
      • Bitmap.getSize(name)
      • Bitmap.open(name)
      • Bitmap.resize(bitmap, width, height)
      • Bitmap.toMask(bitmap)
    • Filesystem
  • Part IV - Advanced Topics
  • Appendix
Powered by GitBook
On this page

Was this helpful?

  1. Part III - EdgeTX Lua API Reference

Bitmap Functions

Bitmap.getSize(name)Bitmap.open(name)Bitmap.resize(bitmap, width, height)Bitmap.toMask(bitmap)
Previouslcd.sizeText(text [, flags])NextBitmap.getSize(name)

Last updated 2 years ago

Was this helpful?