// Create instance of object TL3008. // 11: Setup output pin to LEDs. // &RGBTable: Pointer to the start of the RGB buffer. // 150: Size of the table in bytes. TLS3008 pixels = TLS3008(11, (byte*) &RGBTable, 150);