FT800
Overview
This sample displays a hello message and an incrementing counter using FT800 Embedded Video Engine.
Requirements
To use this sample, the following hardware is required:
A board with SPI support
Display with FT800 EVE like VM800C board
Wiring
You will need to connect the FT800 EVE SPI interface onto a board that supports Arduino shields.
Building and Running
This sample should work on any board that has SPI enabled and has an Arduino shield interface. For example, it can be run on the nRF52840-DK board as described below:
west build -b nrf52840dk_nrf52840 samples/drivers/misc/ft800
west flash
To build the sample for VM800C board the shild must be defined as described below:
west build -b nrf52840dk_nrf52840 samples/drivers/misc/ft800 -- -DSHIELD=ftdi_vm800c
west flash