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

https://github.com/shrhdk/rpi-nokia5110

Nokia5110 Library for Raspberry Pi
https://github.com/shrhdk/rpi-nokia5110

c electronics raspberry-pi

Last synced: about 2 months ago
JSON representation

Nokia5110 Library for Raspberry Pi

Awesome Lists containing this project

README

        

# RPi-Nokia5110

Nokia5110 Library for Raspberry Pi based on spidev driver.

![Sample](https://raw.github.com/shrhdk/RPi-Nokia5110/master/example/sample-image.jpg)

## Getting Started

![Wiring Diaglam](https://raw.github.com/shrhdk/RPi-Nokia5110/master/example/Wiring-Diagram.png)

```bash
$ git clone https://github.com/shrhdk/RPi-Nokia5110.git
$ cd RPi-Nokia5110
$ make
$ sudo ./Nokia5110_sample
```

## Credits

GPIOを制御するプログラムは[Interface 2012年12月号](http://www.kumikomi.net/interface/contents/201212.php)で紹介されていたソースコードをもとに作りました。