cancel
Showing results for 
Search instead for 
Did you mean: 

B-LCD40-DSI1 daughterboard driver code

arun balaji
Associate
Posted on March 23, 2018 at 09:15

For mipi DSI validation using the B-LCD40-DSI1  daughterboard. 

We need the driver code and mipi panel controller register configuration for this mipi panel.

5 REPLIES 5
Andrew Neil
Evangelist
Posted on March 23, 2018 at 09:21

You realise that this is essentially a user-to-user forum?

If you want direct, priority support then you need to contact your ST or Distributor FAE

Please respond us as soon as possible

http://www.catb.org/~esr/faqs/smart-questions.html#urgent

We are validating the (sic) SoC in FPGA platform

What SoC ?

What 'FPGA platform' ?

we need LCD controller datasheet

So contact the LCD controller manufacturer?

EDIT

This: 

http://www.st.com/en/development-tools/b-lcd40-dsi1.html

  ?
Posted on March 23, 2018 at 13:24

STM32Cube_FW_F7_V1.9.0\Drivers\BSP\STM32F769I-Discovery\stm32f769i_discovery_lcd.c

STM32Cube_FW_F7_V1.9.0\Drivers\BSP\Components\otm8009a\otm8009a.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on March 26, 2018 at 09:04

Hi Clive One,

Thanks for your reply.

we are not using any STM Evaluation boards, we are using the only MIPI-DSI LCD Panel.For this MIPI DSI LCD Panel do we need driver ?

what ever you suggested c files 

stm32f769i_discovery_lcd.c

This c file contains bridge chip (

ADV7533) 

configuration and DSI to HDM adapter code.

But we are using the another DSI Controller , we implemented the driver for 

DSI Controller but Panel we did not configured ant thing. Really is required driver for Panel.

Thanks

Viswa

Posted on March 26, 2018 at 12:23

viswanath reddy wrote:

we are not using any STM Evaluation boards

Are you suing any STM32 at all?

Really is required driver for Panel.

What is provided by ST is in the files

Turvey.Clive.002

‌ mentioned.

If youcan't work from there, then you're going to have to contact the panel manufacturer for support ...

Posted on March 26, 2018 at 13:59

The information contained in the C files is relatively portable in its application.

Pretty sure the panel specific stuff is configured in the OTM8009A file, seeing as it is the controller attached to the display.

http://orientdisplay.com/pdf/OTM8009A.pdf

 
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..