How to use a Raspberry Pi and LCD screen

Опубликовано: 10 Август 2021
на канале: Mark Smart
3,258
115

#raspberrypi

Want one for your self? Here's the link.
https://amzn.to/3MJWTck
What about an Arduino? Try this one
https://amzn.to/3VFvs7A

Code for terminal:
installing i2c tools, you will want to reboot after sudo raspi-config.

sudo raspi-config
reboot
lsmod | grep i2c
sudo apt-get install i2c-tools
i2cdetect -y 1

installing smbus module:

sudo apt-get install python-smbus
sudo apt-get install python3-smbus


link to file download for code in python:

https://drive.google.com/drive/folder...