what's the EPDC_STANDARD_MODE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

what's the EPDC_STANDARD_MODE

跳至解决方案
809 次查看
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 解答
622 次查看
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 回复
623 次查看
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 项奖励
回复