mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
st7735.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
49d5c2de34
commit
5b6b7c479a
@ -494,16 +494,26 @@ const unsigned char font[] = {
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief st7735 lcd display library
|
||||
* @brief C++ API for the st7735 lcd display library
|
||||
*
|
||||
* This file defines the C++ interface for ST7735 display library
|
||||
*
|
||||
* @defgroup st7735 libupm-st7735
|
||||
* @ingroup adafruit spi display
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for ST7735 SPI LCD module
|
||||
* @library st7735
|
||||
* @sensor st7735
|
||||
* @comname LCD display
|
||||
* @type display
|
||||
* @man adafruit
|
||||
* @web http://www.adafruit.com/product/358
|
||||
* @con spi
|
||||
*
|
||||
* This file defines the ST7735 C++ interface for libst7735
|
||||
* @brief C++ API for the st7735 lcd display library
|
||||
*
|
||||
* This file defines the C++ interface for ST7735 display library
|
||||
*
|
||||
* @ingroup st7735 spi
|
||||
* @snippet st7735.cxx Interesting
|
||||
*/
|
||||
class ST7735 : public GFX {
|
||||
|
Loading…
x
Reference in New Issue
Block a user