Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/carlhung/LCD20x4_i2c

LCD20x4 Driver in swift for raspberry pi wiring in i2c
https://github.com/carlhung/LCD20x4_i2c

Last synced: 3 months ago
JSON representation

LCD20x4 Driver in swift for raspberry pi wiring in i2c

Lists

README

        

# LCD20x4

This is LCD20x4 driver written in swift 5.

Add the line below into Package.swift:

.package(url: "https://github.com/carlhung/LCD20x4_i2c.git", .branch("master"))

and also add "LCD20x4" in dependencies.

wiring:

raspberry's pin <-> LCD's pin

SDA <-> SDA

SLC <-> SLC

5V <-> VCC

GND <-> GND

I know raspberry pi's GPIO pins run on 3.3v

But i2c's pins can run on different voltage.

I haven't tested on pi zero yet.