Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libi/lcd1602
树莓派LCD1602 i2c驱动golang版
https://github.com/libi/lcd1602
golang i2c lcd1602 pi raspberry raspberry-pi
Last synced: 6 days ago
JSON representation
树莓派LCD1602 i2c驱动golang版
- Host: GitHub
- URL: https://github.com/libi/lcd1602
- Owner: libi
- Created: 2020-05-24T05:02:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T05:15:09.000Z (11 months ago)
- Last Synced: 2023-12-12T06:24:26.657Z (11 months ago)
- Topics: golang, i2c, lcd1602, pi, raspberry, raspberry-pi
- Language: Go
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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!")
```