zephyr/include/drivers/misc
Gerard Marull-Paretas 0bc64307d4 drivers: misc: grove_lcd_rgb: cleanup driver
- Cleanup list of includes
- Remove unused structs/definitions
- Make init function static (is called by system init)
- Make config/data naming and access consistent
- Remove redundant zero initialization of data

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-02-22 11:58:33 -08:00
..
ft8xx
grove_lcd drivers: misc: grove_lcd_rgb: cleanup driver 2022-02-22 11:58:33 -08:00
README

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.