之前多的一个OLED屏幕,拿来给树莓派试试。
屏幕是SSD1306主控IIC屏,找了一圈找到一个库,试了试还可以。
按以下步骤安装:
sudo apt-get update sudo usermod -a -G i2c,spi,gpio pi sudo apt install python-dev python-pip libfreetype6-dev libjpeg-dev build-essential sudo apt install libsdl-dev libportmidi-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev之后重启一次。
接着:
git clone https://github.com/rm-hull/luma.examples.git cd luma.examples sudo -H pip install -e .如果中途少些什么东西,根据提示安装即可,然后再继续。
全部结束后用python examples/clock.py来启动,效果如上图。不需要了按ctrl+c结束。
要是需要开机自启在/etc/rc.local中加一句:
cd /home/pi/文件路径 && python clock.py &库下载:https://github.com/rm-hull/luma.examples
发表评论: