2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 23:21:36 +01:00
Files
dockerfiles_vimagick/oled/README.md
2017-05-29 11:04:06 +08:00

23 lines
462 B
Markdown

oled
====
## Demo
```
OLED Pin | Name | Remarks | RPi Pin | RPi Function
---------+------+---------+---------+--------------
1 | GND | Ground | P01-6 | GND
2 | VCC | +3.3V | P01-1 | 3V3
3 | SCL | Clock | P01-5 | GPIO 3 (SCL)
4 | SDA | Data | P01-3 | GPIO 2 (SDA)
```
```bash
# Show "hello world" on oled display module
$ cat demo.py | docker-compose run --rm oled
```
## Todo
- [ ] Implement RESTful API