顯示具有 lcd 標籤的文章。 顯示所有文章
顯示具有 lcd 標籤的文章。 顯示所有文章

2008年6月9日 星期一

一些LCD的專有名詞

顯示的解析度 (Resolution of Display)

VGA Video Graphics Array640*480
SVGA Super Video Graphics Array800*600
XGA Extended Graphics Array1024*768
SXGA Super Extended Graphics Array1280*1024
SXGA+Super Extended Graphics Array +1400*1050
UXGAUltra Extended Graphics Array1600*1200

示意圖:
28

視角 (View Angle)
面對螢幕,往其上、下、左、右進行觀測,調整螢幕直到無法由此四方向螢幕畫面之角度。

31

有效顯示區域 (Active Area)
即是 LCD Panel 可以顯示圖文的總面積。下圖Panel內的空白處即為 Active Area,而每一個 Pixel 由三個點(dot)組成,這三個點分別為R、G、B色。

19

畫面比例 (Aspect Ratio)
即為畫面的寬與高之比例。一般我們常聽見的 4:3 或 16:9 這些比例。

21

MURA
MURA 本來是一日本字,隨著日本的液晶顯示器在世界各地方揚光大,這個字在顯示器界 就變成可以共通的文字。MURA是指顯示器亮度不均勻造成各種痕跡的現象,最簡單的判別方法就是在 暗室中切換到黑色畫面,然後從各種不同的角度去看,隨著各式各樣的製作過程瑕疵,液晶顯示器 就會有各式各樣的MURA。

mura1



參考來源:
圖解LCD專有名詞

2008年5月31日 星期六

PIP、POP跟PBP

許多新型的電視或者是電視盒, 內部都會有子母畫面的功能,

當然, 功能與性能各有不同.

當然, 子母畫面不能照字面翻成英文 Children-Monther Picture.


子母畫面就我目前所查到的資料,
顯示的模式有分為 PIP、POP跟PBP.


所謂的 PIP (Picture-in-Picture), 就是在一個主畫面中, 內有個小窗格畫面, 如下


PIP 的定義:

Picture in Picture (PiP) is a feature of some television receivers and similar devices. One program (channel) is displayed on the full TV screen at the same time as one or more other programs are displayed in inset windows. Sound is usually from the main
program only.


再來 POP , 直接看圖比較快,

















PBP , 簡單的講, 就是畫面分成左右兩邊.
Picture and Picture (PAP, P&P) (commonly referred to as PBP - Picture by Picture) is a related feature showing two programs side-by-side on the screen, with the sound from one program being played through the speakers, and the sound from the other being sent to headphones.

2008年5月29日 星期四

H/V Total

在修改 LCD AD board project 時, 裡面有一些參數名詞常會弄混,
先把找到的記下來.

HTotal = HSize + HSync + HFrontPorch + HBackPorch

HSize 是 H 的 Active Size

V 的部份也是同上.

這些都跟 panel spec 上的參數有關

顯示一個 pixel 會跟 dot-clock 有關,
一個 pixel 裡會有三個 dot (RGB).