OS/Raspberry Pi
Raspberry Pi Zero : Inky pHAT
파란크리스마스
2018. 10. 8. 02:55
728x90
출처
- pimoroni/inky-phat: Python library for Inky pHAT
- GitHub - pimoroni/inky-phat: Python library for Inky pHAT
- Getting Started with Inky pHAT - Pimoroni Yarr-niversity
- Creating a Monzo Pot e-paper tracker – Random Blog
spi 활성화
$ sudo raspi-config
개발도구 설치
$ sudo apt-get install python-dev python-setuptools
소스 다운로드 및 설치
$ wget -O InkypHAT.tar.gz https://github.com/pimoroni/inky-phat/archive/v0.1.0.tar.gz $ tar xvf InkypHAT.tar.gz $ cd inky-phat-0.1.0/library/ $ sudo python setup.py install
예제 실행
$ cd ~/inky-phat-0.1.0/examples/ $ python cal.py