mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
docs: updated library descriptions and sensor names for consistency
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -494,17 +494,14 @@ const unsigned char font[] = {
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief API for the st7735 lcd display library
|
||||
*
|
||||
* This file defines the interface for ST7735 display library
|
||||
*
|
||||
* @brief ST7735 LCD display library
|
||||
* @defgroup st7735 libupm-st7735
|
||||
* @ingroup adafruit spi display
|
||||
*/
|
||||
/**
|
||||
* @library st7735
|
||||
* @sensor st7735
|
||||
* @comname LCD display
|
||||
* @comname ST7735 LCD display
|
||||
* @type display
|
||||
* @man adafruit
|
||||
* @web http://www.adafruit.com/product/358
|
||||
@ -520,7 +517,7 @@ const unsigned char font[] = {
|
||||
class ST7735 : public GFX {
|
||||
public:
|
||||
/**
|
||||
* Instanciates a ST7735 object
|
||||
* Instantiates a ST7735 object
|
||||
*
|
||||
* @param csLCD LCD chip select pin
|
||||
* @param cSD SD card chip select pin
|
||||
|
Reference in New Issue
Block a user