mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -493,11 +493,17 @@ const unsigned char font[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief st7735 lcd display library
|
||||
* @defgroup st7735 libupm-st7735
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for ST7735 SPI LCD module
|
||||
*
|
||||
* This file defines the ST7735 C++ interface for libst7735
|
||||
*
|
||||
* @ingroup st7735
|
||||
* @snippet st7735.cxx Interesting
|
||||
*/
|
||||
class ST7735 : public GFX {
|
||||
|
Reference in New Issue
Block a user