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

Latest commit

 

History

History
25 lines (21 loc) · 897 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 897 Bytes

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