RaspberryPi/LCD Display: Difference between revisions
From charlesreid1
(Created page with "Also see Arduino LCD Display, which was the original.") |
No edit summary |
||
| Line 1: | Line 1: | ||
Also see [[Arduino LCD Display]], which was the original. | 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== | |||
[[Image:RaspberryPi_LCD_Circuit.jpg|500px]] | |||
Revision as of 06:40, 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.