zephyr/include/drivers/misc/README
Hubert Miś 7d8f78a08b drv: display: Initial FT800 display driver
This patch includes initial support for FT800 display driver.
It includes basic features. It can be easily extended with more
FT800 display list and co-processor features.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
2021-03-19 19:05:53 +01:00

18 lines
722 B
Plaintext

Miscellaneous Drivers
Misc (or miscellaneous) drivers are device drivers that do not expose generic
Zephyr Device Drivers API. Such drivers have only device-specific API providing
functionalities not covered by any Generic Device Driver API.
This directory contains header files of the Miscellaneous Drivers.
* FT8xx
Embedded Video Engine containing graphic controller, audio processing, and
resistive touch controller. The graphic controller does not provide frame
buffer required by generic display driver API. Instead, it exposes higher
layer graphic operations like widgets, shapes, fonts, text, or bitmaps
rendering. These operations are controlled by a vendor-specific API designed
for this device.