Digi Embedded for Android includes out-of-box support for the new Digi LCD Application Kit 10" WXGA (PN: CC-ACC-LCDW-10). You can also manually add support for older revisions of the LCD Application Kit that included the Fusion 10" display.

To enable support for the Fusion 10" display and touch in your Digi Embedded for Android build, download the file ARM-dts-add-support-for-Fusion-10-display.patch and follow these instructions:

  1. Change to the directory where the source code is installed.

    $ cd dea-8.0-r1
  2. Navigate to the kernel sources.

    $ cd vendor/digi/kernel_imx
  3. Apply the ARM-dts-add-support-for-Fusion-10-display.patch patch file.

    $ git am ARM-dts-add-support-for-Fusion-10-display.patch

Now follow the instructions in Build your custom Android images to compile Android images with this change.