Sitronix ST7032 controlled AQM1602A character LCD module to I2C adapter http://mbed.org/users/okini3939/notebook/i2c-lcd-library/
I2CLCD Class Reference
#include <I2CLCD.h>
Public Member Functions | |
| I2CLCD (PinName p_sda, PinName p_scl, int p_i2caddr=I2CLCD_ADDR, I2CLCDType p_type=LCD16x2, I2CLCDConfig p_config=LCDCFG_3V) | |
| put character to LCD | |
| I2CLCD (I2C &p_i2c, int p_i2caddr=I2CLCD_ADDR, I2CLCDType p_type=LCD16x2, I2CLCDConfig p_config=LCDCFG_3V) | |
| put character to LCD | |
Protected Member Functions | |
| virtual int | _putc (int) |
| put character to LCD | |
| virtual int | _getc () |
| get character from LCD | |
Detailed Description
I2CLCD class.
Definition at line 53 of file I2CLCD.h.
Constructor & Destructor Documentation
| I2CLCD | ( | PinName | p_sda, |
| PinName | p_scl, | ||
| int | p_i2caddr = I2CLCD_ADDR, |
||
| I2CLCDType | p_type = LCD16x2, |
||
| I2CLCDConfig | p_config = LCDCFG_3V |
||
| ) |
put character to LCD
- Parameters:
-
p_sda port of I2C SDA p_scl port of I2C SCL p_i2caddr I2C address
Definition at line 66 of file I2CLCD.cpp.
| I2CLCD | ( | I2C & | p_i2c, |
| int | p_i2caddr = I2CLCD_ADDR, |
||
| I2CLCDType | p_type = LCD16x2, |
||
| I2CLCDConfig | p_config = LCDCFG_3V |
||
| ) |
put character to LCD
- Parameters:
-
p_i2c instance of I2C class p_i2caddr I2C address
Definition at line 75 of file I2CLCD.cpp.
Member Function Documentation
| int _getc | ( | ) | [protected, virtual] |
| int _putc | ( | int | value ) | [protected, virtual] |
put character to LCD
- Parameters:
-
value ASCII character code
- Return values:
-
value
Definition at line 23 of file I2CLCD.cpp.
Generated on Tue Jul 12 2022 11:49:48 by
1.7.2