Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
KuAQM0802A Class Reference
A library for AQM0802A I2C connecting LCD. More...
#include <KuAQM0802A.h>
Public Member Functions | |
| KuAQM0802A (I2C &i2c) | |
| Constractor of AQM0802A driver. | |
| ~KuAQM0802A () | |
| Destractor. | |
| void | reset () |
| Reset target device. | |
| void | locate (unsigned int x, unsigned int y) |
| Locate cursor. | |
| void | print_char (const int character) |
| Print a character. | |
| void | set_contrast (unsigned int contrast) |
| Change LCD contrast. | |
Detailed Description
A library for AQM0802A I2C connecting LCD.
Definition at line 9 of file KuAQM0802A.h.
Constructor & Destructor Documentation
| KuAQM0802A | ( | I2C & | i2c ) | [explicit] |
Constractor of AQM0802A driver.
- Parameters:
-
i2c I2C object
Definition at line 6 of file KuAQM0802A.cpp.
| ~KuAQM0802A | ( | ) |
Destractor.
Definition at line 11 of file KuAQM0802A.cpp.
Member Function Documentation
| void locate | ( | unsigned int | x, |
| unsigned int | y | ||
| ) |
| void print_char | ( | const int | character ) |
Print a character.
- Parameters:
-
character A character to print
Definition at line 55 of file KuAQM0802A.cpp.
| void reset | ( | ) |
| void set_contrast | ( | unsigned int | contrast ) |
Change LCD contrast.
Change LCD contrast (0-63)
- Parameters:
-
contrast LCD contrast (0-63)
Definition at line 62 of file KuAQM0802A.cpp.
Generated on Wed Jul 13 2022 00:16:57 by
1.7.2