README 722 B

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