TI-RGB Array Commands Using Python Programs

To use the TI-RGB Array in a Python program, you will need to import the right modules.

TI-Nspire CX II: from ti_hub import *
CE family: from rgb_arr import *

These modules provide an object oriented interface to the TI-RGB Array.

The program will have to first create an object for the TI-RGB Array and use the available functions to interact with it.

Topic Links