Inteltronic 7" WVGA

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

Inteltronic 7" WVGA

1,448 Views
RRR1z
Contributor I

Hello, I'm trying to get Inteltronic 7" WVGA LCD on the IMX board. I'm having some troubles with the timings for that LCD. Has anyone get this LCD working on IMX, if so, can you please share those timings? (vsync, hsyncs, margins, syncs.....etc)

Mostly a replacement of this:

/* 640x480 @ 60 Hz */
     "CPT-VGA", 60, 640, 480, 39683, 45, 114, 33, 11, 1, 1,
     FB_SYNC_CLK_LAT_FALL,
     FB_VMODE_NONINTERLACED,
     0,},

 

Thanks

Labels (1)
Tags (2)
0 Kudos
4 Replies

771 Views
mbp
Contributor V

EXCELLENT!

 

....keep in touch if you find/make any improvements (post them)!

0 Kudos

771 Views
RRR1z
Contributor I
Thanks, worked great!

Mike Petersen said:

If you're using the 7" Inteltronics 800x480 WVGA these settings are working (I have not calculated Hsync and Vsync to determine if this is the most optimum setting).

 

 

{
 /* 800x480 @ 60 Hz , pixel clk @ 33.26MHz  (Inteltronics-8173) */
 "CLAA-WVGA", 60, 800, 480, 30066, 100,0,10,10,40,10, 
0,
FB_VMODE_NONINTERLACED,
0,},
Make sure you check your voltages and the backlight will require a different supply.

 

0 Kudos

771 Views
RRR1z
Contributor I
Thanks Mike, I'll give it a try and update you.
0 Kudos

771 Views
mbp
Contributor V

If you're using the 7" Inteltronics 800x480 WVGA these settings are working (I have not calculated Hsync and Vsync to determine if this is the most optimum setting).

 

{
 /* 800x480 @ 60 Hz , pixel clk @ 33.26MHz  (Inteltronics-8173) */
 "CLAA-WVGA", 60, 800, 480, 30066, 100,0,10,10,40,10, 
0,
FB_VMODE_NONINTERLACED,
0,},
Make sure you check your voltages and the backlight will require a different supply.
0 Kudos