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
- Host: GitHub
- URL: https://github.com/shrhdk/rpi-nokia5110
- Owner: shrhdk
- Created: 2012-11-17T14:28:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T13:14:25.000Z (about 8 years ago)
- Last Synced: 2025-03-23T18:52:03.548Z (2 months ago)
- Topics: c, electronics, raspberry-pi
- Language: C
- Size: 309 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPi-Nokia5110
Nokia5110 Library for Raspberry Pi based on spidev driver.

## Getting Started

```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)で紹介されていたソースコードをもとに作りました。