Sometimes EPDC NOT generate output single

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sometimes EPDC NOT generate output single

Jump to solution
702 Views
tootzoe
Contributor III


Hi all;

I'm porting E-ink display on Android-8.0 with imx6sl, Kernel version 4.9.17.

the main E-ink panel configure:
● P5N pixel format
● 8 SDCLK per pixel
● 16bit width SDDO

Android UI frame data is RGB565 and will be converted to 8-bit gray pixel by PXP,
now I found a strange problem, each pixel data feed to EPDC with the lower fourth bit set (e.g. 0B0011 1111) , EPDC will NOT generate output single,I have checked by ,
oscilloscope, screen no change, but when i try clean the lower fourth bit (e.g. 0B0011 0111), EPDC act correctly, have output single and screen updated well..


Does anyone tell me what's wrong with this?


Thanks!

Best Regards!

Labels (2)
0 Kudos
1 Solution
566 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

Unfortunately, the kernel that you are using, seems to be a not official kernel released by us. Furthermore, we are no longer supporting e-ink displays in our Android images, since Android is not currently supported by color-less displays. I apologize for the inconveniences this could give you.

Best regards,

Diego.

View solution in original post

0 Kudos
1 Reply
567 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

Unfortunately, the kernel that you are using, seems to be a not official kernel released by us. Furthermore, we are no longer supporting e-ink displays in our Android images, since Android is not currently supported by color-less displays. I apologize for the inconveniences this could give you.

Best regards,

Diego.

0 Kudos