LCD1602

What you need

Circuit

Tips

Code

main.swift

import SwiftIO

let i2c = I2C(Id.I2C0)
let lcd = LCD1602(i2c)

lcd.write(x: 0, y: 0, "Hello World!")

while true {

}

LCD1602.swift

Video

See Also

References

Last revision 2020/09/10 by Johnson

Last updated

Was this helpful?