Android e-Ink display

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

Android e-Ink display

1,076 Views
kavyamd
Contributor II

Hello,

    I am working with imx6sololite evk with eink display IMXEBOOKDC3-E.

Android version -ICS 4.0.4

Compiled source booting fine with my compiled source epdc is up and running.

Now I want to do some android customization for better eink display

1.How to increase the native heap size of OS

2.Screen refresh management -->E-ink display is too slow,and sluggish.

Labels (3)
0 Kudos
1 Reply

603 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Kavya Md,

I would recommend looking at the android documentation for reference (link below), perhaps LargeHeap may help.

http://developer.android.com/reference/android/R.styleable.html#AndroidManifestApplication_largeHeap

As for the E-Ink display, it won’t handle animations or transitions smoothly. You may want to change the settings of the E-Ink but I wouldn’t recommend it. You won’t be able to get an instant response from most E-Ink displays on the market as they always take a little time to refresh the screen and this is their normal behavior.

Regards,