- 論壇徽章:
- 0
|
linux/arch/arm/mach-s3c2440/mach-smdk2440.c 中
.left_margin = 20,
.right_margin = 38,
.hsync_len = 30, //水平同步
.upper_margin = 4,
.lower_margin = 15,
.vsync_len = 3, //垂直同步
我查到-
- left_margin: time from sync to picture
- right_margin: time from picture to sync
- upper_margin: time from sync to picture
- lower_margin: time from picture to sync
- hsync_len: length of horizontal sync
- vsync_len: length of vertical sync
主要問題是根據(jù)我的LCD數(shù)據(jù)手冊WXCAT35-TG3_001F_V1.2(60pin).pdf上的信息我無法知道它這個具體的數(shù)值是如何得到的?? |
|