https://github.com/libi/lcd1602
树莓派LCD1602 i2c驱动golang版
https://github.com/libi/lcd1602
golang i2c lcd1602 pi raspberry raspberry-pi
Last synced: about 2 months ago
JSON representation
树莓派LCD1602 i2c驱动golang版
- Host: GitHub
- URL: https://github.com/libi/lcd1602
- Owner: libi
- Created: 2020-05-24T05:02:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T05:15:09.000Z (over 2 years ago)
- Last Synced: 2025-05-15T11:50:39.033Z (about 1 year ago)
- Topics: golang, i2c, lcd1602, pi, raspberry, raspberry-pi
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
树莓派LCD1602 i2c驱动 golang版
### 使用
```go
lcd,_ := NewLCD()
lcd.PrintText(0,0,"hello go!")
```