Skip to content

balazspekar/orange-pi-pc-plus-16x2-lcd-gpio-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

16x2 LCD with Orange Pi PC Plus (v1.1) GPIO

Python Module

This is a standalone Python module that you can use to drive a 16x2 LCD display with an Orange Pi PC Plus v1.1 utilizing it's GPIO ports.

This script has been tested on:

Note: I have tested and this script works with a board running the aforementioned OS, which includes the python3 interpreter by default. You must install duxingkei33's gpio package! If you run into some weird problem during the installation like pyA20/gpio/gpio.c:25:20: fatal error: Python.h: No such file or directory" install the python3 dev package: sudo apt-get install python3-dev and re-try installing the gpio driver with sudo python3 setup.py install

Feel free to modify this script, or import it into your projects. All you have to do is instantiate an LCD object and that's all there is to it! Have fun!

About

Drive a 16x2 LCD with Orange Pi PC Plus v1.1 GPIO - Python Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages