DLPU102C December 2020 – July 2024
Use a text editor to add the same three commands in the previous example. Refer to Appendix B in the DLPC900 Programmer’s Guide for the list of command descriptors supported by the DLPC900.
When adding a command descriptor to the file, a colon must be between the descriptor and the parameters. Use a space between the colon and each parameter and use ‘0x’ for each byte in the parameter list. Remember that the parameters are least significant byte first. The lines below show what is to be in the text file.
FLIP_SHORT: | 0x01 |
CHANNEL_SWAP: | 0x0A |
LED_CURRENT: | 0x64 0x64 0x64 |
Once all three commands are added, save the file as a text file and use a name to describe what the batch file does.