Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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版

Awesome Lists containing this project

README

        

树莓派LCD1602 i2c驱动 golang版

### 使用
```go
lcd,_ := NewLCD()
lcd.PrintText(0,0,"hello go!")
```