doc: APIs: group display drivers

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-11-17 11:52:54 -05:00 committed by Anas Nashif
commit 956f47a1ea
2 changed files with 20 additions and 0 deletions

View file

@ -11,6 +11,20 @@
extern "C" {
#endif
/**
* @brief Display Drivers
* @defgroup display_interfaces Display Drivers
* @{
* @}
*/
/**
* @brief Grove display APIs
* @defgroup grove_display Grove display APIs
* @ingroup display_interfaces
* @{
*/
#define GROVE_LCD_NAME "GLCD"
/**
@ -156,6 +170,11 @@ void glcd_color_set(struct device *port, u8_t r, u8_t g, u8_t b);
*/
int glcd_initialize(struct device *port);
/**
* @}
*/
#ifdef __cplusplus
}
#endif

View file

@ -14,6 +14,7 @@
/**
* @brief BBC micro:bit display APIs
* @defgroup mb_display BBC micro:bit display APIs
* @ingroup display_interfaces
* @{
*/