Searched full:ft800 (Results 1 – 11 of 11) sorted by relevance
6 config FT800 config7 bool "FT800 Embedded Video Engine driver"12 Enable driver for FT800 controller.15 int "FT800 init priority"17 depends on FT80019 FT800 driver initialization priority in POST_KERNEL.
1 .. zephyr:code-sample:: ft8002 :name: FT8005 Display various shapes and text using FT800 Embedded Video Engine.10 This sample displays a hello message and an incrementing counter using FT80019 * Display with `FT800 EVE`_ like `VM800C board`_24 You will need to connect the `FT800 EVE`_ SPI interface onto a board that35 :zephyr-app: samples/drivers/misc/ft80044 :zephyr-app: samples/drivers/misc/ft80051 .. _FT800 EVE: https://www.ftdichip.com/old2020/Products/ICs/FT800.html
2 name: FT800 display sample4 sample.display.ft800:
5 project(ft800) project
4 description: FTDI FT800 graphic controller6 compatible: "ftdi,ft800"13 description: Optional IRQ line of FT800 controller46 support different LCD panel. Please check FT800 Programmers
14 ft800_ftdi_vm800c: ft800@0 {15 compatible = "ftdi,ft800";
7 The VM800C is a development module for FTDI’s FT800, which is used to develop8 and demonstrate the functionality of the FT800 Embedded Video Engine, EVE. This71 You can try use FT800 with the Zephyr FT800 sample, which provides72 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
26 /** Main parts of FT800 memory map */46 /** FT800 register addresses */
29 * API defined according to FT800 Programmers Guide API reference definition.420 /** Main parts of FT800 memory map */442 /** FT800 register addresses */
14 * @file Display a counter using FT800.
1141 * :github:`38536` - samples: tests: display: Sample for display.ft800 causes end in timeout