LoginSignup
1
1

More than 5 years have passed since last update.

SSD 1306 OLEDをラズパイ + pythonで使えるようにする(メモ)

Posted at

SSD 1306 OLED

安価で導入できるOLED(有機EL)ディスプレイSSD1306。I2CとSPIに対応している(基板によっては一方のみ)あるが、SPIの方が表示レートが早い。

こちらの記事を参考にして、Adafruit向けのpythonライブラリ美咲フォントを導入。

git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
cd Adafruit_Python_SSD1306
sudo python setup.py install

wget http://www.geocities.jp/littlimi/arc/misaki/misaki_ttf_2015-04-10.zip
unzip misaki_ttf_2015-04-10.zip -d misaki
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1