Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 901 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 901 Bytes

hd44780 LCD driver suited for TI CC3200 wireless controller

LCD driver specifically for use on the Texas Instruments CC3200 controller and the related Launchpad. This lib assumes the LCD is tied to the SPI bus using a shift register. Schematics included. It uses only 3 wires for communitation (DATA, CLK, Enable). The SPI CS pin is tied to enable input of LCD module and is software controlled. Beware that CS control is different from standard SPI.

Have fun!

schematic

Note to the schematic: The LCD module (and 595) VDD is tied to the +5V pin on the CC3200 launchpad. CC3200 has 3.3V IO, typically this is accepted by the 74HCT595 and LCD modules.

This driver was based on https://github.com/aostanin/avr-hd44780