Other Parts Discussed in Thread: DLPC230-Q1, DLP5531-Q1
How to control DMD to display image in real time by programming?
I can now input the image, compile it into a bin file, and then display it
But I want to change the light type in real time according to the road condition information ahead. The input I have is a 01 matrix. I want to adjust my light type by the matrix input every 1s or even shorter time. How to operate it ?I don't want to input the image , then transform and display the process repeatedly,I want to control directly through software. So how to realize it