LCD1602:Python3和Shell绑定以在Raspberry Pi上使用LCD1602显示

时间:2024-04-17 22:53:15
【文件属性】:

文件名称:LCD1602:Python3和Shell绑定以在Raspberry Pi上使用LCD1602显示

文件大小:4KB

文件格式:ZIP

更新时间:2024-04-17 22:53:15

Python

LCD1602 Raspberry PI的Python3绑定。 硬件设定 将引脚连接到rPI: LCD1602 Raspberry PI GND --- to ----> GND VCC --- to ----> 5V SDA --- to ----> GPIO2 SCL --- to ----> GPIO3 软体设定 启用Raspberry PI的GPIO引脚: sudo usermod -a -G gpio your_username 在raspi-config中启用I2C: sudo raspi-config # Interface Options > I2C > Enable(Yes) 设置外壳程序别名: # LCD1602/ source alias.sh # Aliases set to path /home/pi/LCD1602/s


【文件预览】:
LCD1602-main
----alias.sh(617B)
----src()
--------hostadress.py(562B)
--------module()
--------clear.py(213B)
--------write.py(728B)
----requirements.txt(6B)
----README.md(1KB)
----.gitattributes(66B)

网友评论