I am trying to copy one of the example display drivers in drivers/
video/omap2/displays. It looks like the critical information is
defined in the following structure. How would I modify this to drive
a display without hsync and vsync signals? What are the hsw, hfp, hbp
parameters?
static struct omap_video_timings sharp_lq_timings = {
.x_res = 480,
.y_res = 272,
.pixel_clock = 9000,
.hsw = 42,
.hfp = 3,
.hbp = 2,
.vsw = 11,
.vfp = 3,
.vbp = 2,
;
--
You received this message because you are subscribed to the Google Groups "Beagle Board" group.
To post to this group, send email to beagl...@googlegroups.com.
To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
Look at Section
6.5 TFT- LCD Interface Timing
6.5.1
you might get the answer in the table there
KP
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
KP