TWR board LCD display to Auto board DVI migration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TWR board LCD display to Auto board DVI migration

Jump to solution
1,127 Views
pacosandoval
Senior Contributor II

I'm using the graphics libraries to draw to the LCD (480x272) display in a TWR board. I need more pixels, so I want to use the auto board and a DVI display (800x480) instead. How can I tackle this?

Labels (3)
0 Kudos
1 Solution
823 Views
ioseph_martinez
NXP Employee
NXP Employee

You need to modify the initialization of the timings of the DCU.

VGA timings can be obtained here: http://tinyvga.com/vga-timing

Attached some example code.

View solution in original post

0 Kudos
3 Replies
824 Views
ioseph_martinez
NXP Employee
NXP Employee

You need to modify the initialization of the timings of the DCU.

VGA timings can be obtained here: http://tinyvga.com/vga-timing

Attached some example code.

0 Kudos
823 Views
pacosandoval
Senior Contributor II

Thank you,

Is the attached code for twr or auto board?

0 Kudos
823 Views
ioseph_martinez
NXP Employee
NXP Employee

Is for any. There is the code to select the proper display you board has, for example xga or svga. That will work on auto evb

0 Kudos