Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. static struct omap_video_timings panel_timings = {
  2. .x_res = 1024,
  3. .y_res = 600,
  4.  
  5. .pixel_clock = 56888,
  6.  
  7. // HS blanking = 320 = hfp+hsw+hbp
  8. .hfp = 35,
  9. .hsw = 250,
  10. .hbp = 35,
  11.  
  12. // VS blanking = 35 = vfp+vsw+vbp
  13. .vfp = 5,
  14. .vsw = 20,
  15. .vbp = 10,
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement