Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.
/ arduino_lcd Public archive

simple interaction with an alphanumeric LCD (16 x 2 characters)

License

Notifications You must be signed in to change notification settings

nicolaskyejo/arduino_lcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino LCD - Python

Requirements
  • Python 3.6+
  • Arduino IDE

How to setup

$ git clone https://github.com/nicolaskyejo/arduino_lcd.git
$ cd arduino_lcd
  • Upload sketch using Arduino IDE, check serial port and edit 'weather.py' accordingly
  • If you using linux, make sure the development packages of libxml2 and libxslt are installed apt-get install libxml2-dev libxslt-dev python-dev
  • If you don't have Pipenv, install it (for example python -m pip install pipenv)
$ pipenv install
$ pipenv shell
$ python weather.py

outlook

About

simple interaction with an alphanumeric LCD (16 x 2 characters)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published