This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: Pixel Bus To VGA Converter

Other Parts Discussed in Thread: DS90CF386, DS90CF384, DS90CF384AQ-Q1, DS90CF364

Tool/software: Linux

 

Hello all !

I am working on Custom board of NXP's processor T1042. It has Display Interface Unit which outputs 12-bit parallel pixel bus on both rising and falling edge of pixel clock. So 24-bit as a whole in one clock cycle.

On rising edge it outputs D[0:11] where

                                        D[0:7] = B[0:7] and

                                        D[8:11] = G[0:3].

On falling edge it outputs D[0:11] where

                                          D[0:3] = G[4:7] and

                                          D[4:11] = R[0:7].

So, I need an encoder/ DAC /converter or whatever that can convert this pixel bus to VGA. Also I need it in industrial temperature range i.e -40 to 85/125 C. 

I will be very thankful if someone suggest me any encoder

Regards,