what's the EPDC_STANDARD_MODE

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

what's the EPDC_STANDARD_MODE

ソリューションへジャンプ
807件の閲覧回数
yan2anfei
Contributor III

hi ,

The EPDC_STANDARD_MODE is  defined In the file of imx7d_epdc_v2_fb.c.

what's the feature in this mode ?

 

best regards!

0 件の賞賛
返信
1 解決策
620件の閲覧回数
jamesbone
NXP TechSupport
NXP TechSupport

Hello Yan2,

The EPD function can be separated into two major asynchronous processes. The first is
the front end portion which is responsible for processing display updates. The second is
the function of driving waveforms to the TFT panel in order to update the screen contents
(the refresh operation).

With the EPDC_STANDARD MODE you are selecting the  Waveform mode. The EPDC provides a mechanism through its histogram analysis feature (which can be run as part of any frame/region processing operations)
to allow the SW driver to characterize the region/buffer in terms of gray-map content.

For example, EPDC can determine if the update region (considering only those pixels undergoing a transition) contains only 2, 4, 8 or 16 gray levels, HW can automatically select waveform mode according to a programmed LUT holding
mapping between grey level and waveform mode. SW driver can also manually
choose the appropriate waveform update mode (e.g., when doing an update to repair
ghosting artifacts).

If you want to see further details please refer to section 13.6.3.4.2 Panel Architecture Configuration of the i.MX7D Reference Manual.

Have a nice day!

Jaime

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
621件の閲覧回数
jamesbone
NXP TechSupport
NXP TechSupport

Hello Yan2,

The EPD function can be separated into two major asynchronous processes. The first is
the front end portion which is responsible for processing display updates. The second is
the function of driving waveforms to the TFT panel in order to update the screen contents
(the refresh operation).

With the EPDC_STANDARD MODE you are selecting the  Waveform mode. The EPDC provides a mechanism through its histogram analysis feature (which can be run as part of any frame/region processing operations)
to allow the SW driver to characterize the region/buffer in terms of gray-map content.

For example, EPDC can determine if the update region (considering only those pixels undergoing a transition) contains only 2, 4, 8 or 16 gray levels, HW can automatically select waveform mode according to a programmed LUT holding
mapping between grey level and waveform mode. SW driver can also manually
choose the appropriate waveform update mode (e.g., when doing an update to repair
ghosting artifacts).

If you want to see further details please refer to section 13.6.3.4.2 Panel Architecture Configuration of the i.MX7D Reference Manual.

Have a nice day!

Jaime

0 件の賞賛
返信