Other Parts Discussed in Thread: DLPC350
Tool/software: TI C/C++ Compiler
Hi,
I got my LUT encoded in my firmware and projector powers on with sequence mode.
So far, I can use my program to switch from sequence mode to video with DLPC350_SetMode(false) command without any issue.
However, I'm wondering why I cannot just simply use DLPC350_SetMode(true) command to switch back to sequence mode?
Even by using the GUI, the LUT will be cleared after switching.
Is there an easy way to perform this switching?