You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Module Library

13.0

Module Library

require '<library name>'

Use require to load predefined libraries in TI-Nspire™ software. Please see the following table.

The behavior of require is the same as in standard Lua, but the available libraries are restricted. User-defined libraries are not supported.

Library

Description

color

Table defining colors used in TI-Nspire™ software to color objects using the color picker.

physics

Loads the physics module.

ble

Basic Bluetooth® LE Interface

bleCentral

Bluetooth® LE Interface for the central role

Colors defined in color table:

black

darkgray

gray

mediumgray

lightgray

white

navy

blue

brown

red

magenta

orange

yellow

green

dogerblue

 

 

 

Introduced in platform.apiLevel = '2.0'