
# TFT on Acqua A5

<abstract>
This article illustrates how to enable the Acqua Board A5 to manage a TFT display using the paraller DPI
port interface
</abstract>

## Device tree

* [acme-acqua-tft-7.dts](./acme-acqua-tft-7.dts)

## Kernel Defconfig

* [defconfig](./defconfig)

## Driver source code patch

Apply this patch to add some lines inside the file <code>/drivers/gpu/drm/panel/panel-simple.c</code>. 

* [acme.patch](./acme.patch)

To do that type these commands inside the Linux Kernel directory (See @article='compile_kernel_5_15'):

	wget https://www.acmesystems.it/www/acqua_tft/acme.patch
	patch -p1 < acme.patch

and compile the new zImage.

@include='bio_tanzilli'
