1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/oled
2017-05-29 11:04:06 +08:00
..
demo.py add oled-arm 2017-05-29 11:04:06 +08:00
docker-compose.yml add oled-arm 2017-05-29 11:04:06 +08:00
Dockerfile add oled-arm 2017-05-29 11:04:06 +08:00
README.md add oled-arm 2017-05-29 11:04:06 +08:00

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)
# Show "hello world" on oled display module
$ cat demo.py | docker-compose run --rm oled

Todo

  • Implement RESTful API