mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 23:17:47 +00:00
hd44780i2c: clean up for go fmt
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user