st7735.h: adding doxygen tags

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-03-20 17:50:13 -07:00
parent 49d5c2de34
commit 5b6b7c479a

View File

@ -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 {