Home
last modified time | relevance | path

Searched full:ft800 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/drivers/misc/ft8xx/
DKconfig6 config FT800 config
7 bool "FT800 Embedded Video Engine driver"
12 Enable driver for FT800 controller.
15 int "FT800 init priority"
17 depends on FT800
19 FT800 driver initialization priority in POST_KERNEL.
/Zephyr-Core-3.5.0/samples/drivers/misc/ft800/
DREADME.rst1 .. zephyr:code-sample:: ft800
2 :name: FT800
5 Display various shapes and text using FT800 Embedded Video Engine.
10 This sample displays a hello message and an incrementing counter using FT800
19 * Display with `FT800 EVE`_ like `VM800C board`_
24 You will need to connect the `FT800 EVE`_ SPI interface onto a board that
35 :zephyr-app: samples/drivers/misc/ft800
44 :zephyr-app: samples/drivers/misc/ft800
51 .. _FT800 EVE: https://www.ftdichip.com/old2020/Products/ICs/FT800.html
Dsample.yaml2 name: FT800 display sample
4 sample.display.ft800:
DCMakeLists.txt5 project(ft800) project
/Zephyr-Core-3.5.0/dts/bindings/display/
Dftdi,ft800.yaml4 description: FTDI FT800 graphic controller
6 compatible: "ftdi,ft800"
13 description: Optional IRQ line of FT800 controller
46 support different LCD panel. Please check FT800 Programmers
/Zephyr-Core-3.5.0/boards/shields/ftdi_vm800c/
Dftdi_vm800c.overlay14 ft800_ftdi_vm800c: ft800@0 {
15 compatible = "ftdi,ft800";
/Zephyr-Core-3.5.0/boards/shields/ftdi_vm800c/doc/
Dindex.rst7 The VM800C is a development module for FTDI’s FT800, which is used to develop
8 and demonstrate the functionality of the FT800 Embedded Video Engine, EVE. This
71 You can try use FT800 with the Zephyr FT800 sample, which provides
72 out-of-the-box configuration for FT800 Embedded Video engine.
73 See :zephyr:code-sample:`ft800` sample for details.
81 :zephyr-app: samples/drivers/misc/ft800
/Zephyr-Core-3.5.0/include/zephyr/drivers/misc/ft8xx/
Dft8xx_memory.h26 /** Main parts of FT800 memory map */
46 /** FT800 register addresses */
Dft8xx_reference_api.h29 * API defined according to FT800 Programmers Guide API reference definition.
420 /** Main parts of FT800 memory map */
442 /** FT800 register addresses */
/Zephyr-Core-3.5.0/samples/drivers/misc/ft800/src/
Dmain.c14 * @file Display a counter using FT800.
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.7.rst1141 * :github:`38536` - samples: tests: display: Sample for display.ft800 causes end in timeout