From charlesreid1

No edit summary
No edit summary
Line 12: Line 12:


==Breadboard Photo==
==Breadboard Photo==
Here's a photo of the breadboard:


[[Image:RaspberryPi_LCD_Circuit.jpg|500px]]
[[Image:RaspberryPi_LCD_Circuit.jpg|500px]]
==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]]
=Flags=
{{RaspberryPiFlag}}

Revision as of 06:57, 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

Flags

Template:RaspberryPiFlag