Texas Instruments CCSI Frame

Stomper
Posts: 16
Joined: Tue Mar 31, 2020 10:33 pm

Texas Instruments CCSI Frame

Postby Stomper » Fri Sep 30, 2022 6:49 pm

Hello,

for an LED Matrix I need to talk to an TLC6983 Chip with an CCSI Frame format.
This means "Continuous Clock Serial Interface".

Looks like this:
ccsi.png
ccsi.png (37.75 KiB) Viewed 2082 times
Clock needs to be present all the time as the matrix chip has no clock internally but uses the input clock signal from the host device to scann lines.

I thought the LCD_RGB_PANEL Driver from the IDF could work to do this, but I cannot get this to run because SOC_LCD_RGB_SUPPORTED is not set and so the needed structures are not available.
LCD-rgb.png
LCD-rgb.png (23.02 KiB) Viewed 2082 times
Using a ESP32-WROOM Module.

What am I doing wrong or what interface should I use to reproduce the needed frame?

Thanks and best regards

Sprite
Espressif staff
Espressif staff
Posts: 10609
Joined: Thu Nov 26, 2015 4:08 am

Re: Texas Instruments CCSI Frame

Postby Sprite » Sat Oct 01, 2022 2:06 am

The ESP32 does not have the LCD interface (from all the chips that are released at this point in time, only the ESP32S3 has that)

You could try the I2S interface, that has a parallel mode that may be useful.

Who is online

Users browsing this forum: Barkrowler, Qwantbot and 2 guests