Other Parts Discussed in Thread: DLPC150
Hello, senior TI engineer, I learned the following information from the schematic diagram and embedded program:
1) TM4C1297 the LCD port of the chip is connected to the parallel port of the DLPC150
2) DLPC150 also has its own SPI FLASH.
3) Embedding functions in the program: dlpc150_SetUpSource (bool patterns_from_rgb_port) means that there are two signal sources, one is display patterns from RGB port, and the other is display patterns from flash;
THROUGH THE ABOVE 3 POINTS, I WOULD LIKE TO CONFIRM THE FOLLOWING QUESTION:
DOES THE IIC INTERFACE NOTIFY THE TM4C1297 DLPC150 TO READ THE PATTERN FROM ITS OWN SPI FLASH AND SEND IT TO THE DMD AND TURN THE CORRESPONDING PIXEL ON OR OFF WHEN SCANNING? If that's right, then why add an RGB 24bit connector (between TM4C1297 and DLPC150)?