hd44780i2c: clean up for go fmt

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-12-24 16:00:39 +01:00
parent b48bc5ac5d
commit 121e8147f7
+1 -1
View File
@@ -117,7 +117,7 @@ func (d *Device) Home() {
delayus(2000)
}
// SetCursor sets the cursor to a specific position (x, y).
// SetCursor sets the cursor to a specific position (x, y).
//
// For example, on 16x2 LCDs the range of x (column) is 0~15 and y (row) is 0~1.
// if y is larger than actual rows, it would be set to 0 (restart from first row).