Akizuki I2C 8x2 Character LCD AQM0802A driver class for LPC1768
Fork of AQM0802A by
Diff: AQM0802A.h
- Revision:
- 1:340b8e9780a3
- Parent:
- 0:2b187f29704e
- Child:
- 2:1fe32f818e43
--- a/AQM0802A.h Thu Sep 04 05:22:22 2014 +0000 +++ b/AQM0802A.h Thu Sep 04 05:50:13 2014 +0000 @@ -93,8 +93,8 @@ * Change the cursor position to {x, y}. 指定位置 {x, y} にカーソルを移動します。<br /> * The position of left top is {0, 0}. Right bottom is {7, 1}. * 左上は {0, 0}、右下は{7, 1} です。 - * @param x 0 to 7 - * @param y 0 to 1 + * @param x 0 to 7 : Column position of the cursor. + * @param y 0 to 1 : Row position of the cursor. */ void setCursor(int x, int y);