E-ink display imx6SoloLite

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

E-ink display imx6SoloLite

691件の閲覧回数
kavyamd
Contributor II

Hi,

I am working on E-ink display IMXEBOOKDC3-E.

I need to customize this display for refresh management.

Control:

1.In general, e-Ink display needs to clear  the display screen  once to black or white and then rewriting. In other words, before rewriting the display screen  should be black or white.How to add this functionality.

2. To set the number of consecutive of rewriting without refresh as a limitation. The framework should counts the number of consecutive of rewriting without refresh and if it is reached to the limitation number, the next rewriting should be with refresh.

Can anybody guide me to implement these functionalities.

ラベル(3)
0 件の賞賛
返信
1 返信

524件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello kavya md,

The screen clear instruction should be available as part of the EPDC driver that’s available as part of the BSP. I would recommend starting from there as the whole operation of the EPD from scratch is a bit more complex than that of a LCD, in my opinion.

There is some information on the EPDC driver on the i.MX6 Linux Reference Manual, available as part of the BSP documentation.

I would also recommend reviewing the source code from the EPDC Framebuffer Unit Test since the inner workings of the tests may also help. Look for the mxc_epdc_fb_test.c file.

I hope this information helps!

0 件の賞賛
返信