From charlesreid1

Line 22: Line 22:


Specifically, here is some Python code written to control GPIO pins on the Raspberry Pi: [[RaspberryPi/Blink#The_Python_Code]]
Specifically, here is some Python code written to control GPIO pins on the Raspberry Pi: [[RaspberryPi/Blink#The_Python_Code]]
=The Code=
Adafruit provides a whole long list of examples and Python modules for different device interfaces: https://github.com/adafruit/Adafruit_Python_CharLCD


=Flags=
=Flags=


{{PiFlag}}
{{PiFlag}}

Revision as of 07:13, 14 June 2016

Also see Arduino LCD Display, which was the original.

Overview

See Arduino LCD Display#Overview for an overview of how the LCD display works. It works by communicating with the microcontroller using I2C pins, which provide a way for integrated circuits to communicate with each other.

The Circuit

Breadboard Diagram

Need to make a firtzing diagram for this.

Breadboard Photo

Here's a photo of the breadboard:

File:RaspberryPi LCD Circuit.jpg

Python Sketch

More information about the Raspberry Pi GPIO pinouts and how to control 'em with Python is over on the RaspberryPi/Blink page.

Specifically, here is some Python code written to control GPIO pins on the Raspberry Pi: RaspberryPi/Blink#The_Python_Code

The Code

Adafruit provides a whole long list of examples and Python modules for different device interfaces: https://github.com/adafruit/Adafruit_Python_CharLCD

Flags