GUI Function
Figure 8. General Function IV
5.2
Advanced Commands
shows the advanced command functions. Users can write command sequences in the
Codes to
Send
field. Users must follow the specific format when inputting the commands. The standard format for
comments is
// comments
which is optional. The GUI identifies the
//
symbol and ignores the content
following this symbol. The text following the symbol can be in either uppercase or lowercase. The delay
function is only used for general delay as the delay time does not contain the software operate delay.
Address Data // comments
0x61 0x69 // power on reset
0x62 0x66
PWM(1,2,50) //PWM(Channel,Index,DutyCycle)
Delay 100 // Delay N, delay N ms
0x52 0x00 //Turn on CH0-CH5
0x53 0x00 //Turn on CH6-CH11
0x46 0xff
//CH0 Dot Correction value = 255
.........
For the PWM command, the channel value should range from 0 to 2. A value of 0 corresponds with
PWM0, a value of 1 corresponds with PWM1, and a value of 2 corresponds with PWM2. The index value
should range from 0 to 9. This value corresponds with a frequency from 100 Hz to 100 kHz.
lists
the relationship between the channel and PWM control.
lists the relationship between the index
value and frequency.
Table 5. Channel and PWM Control
CHANNEL
0
1
2
PWM CONTROL
PWM0
PWM1
PWM2
Table 6. Index and Frequency
INDEX
0
1
2
3
4
5
6
7
8
9
FREQUENCY
100 Hz
200 Hz
500 Hz
1 kHz
2 kHz
5 kHz
10 kHz
20 kHz
50 kHz
100 kHz
10
TLC6C5712-Q1 Evaluation Module
SLVUAE6A – January 2015 – Revised July 2015
Copyright © 2015, Texas Instruments Incorporated