Missing python modules for RGB Led HAT

This commit is contained in:
Romain Bazile 2020-07-20 23:24:40 +02:00
parent 32e903f2a1
commit f15e3f67f4

View file

@ -252,6 +252,12 @@ Raspberry Pi Details:
```
You will also need to install some python modules:
```sh
sudo apt install python3-smbus i2c-tools
sudo pip3 install Adafruit-SSD1306
```
More information can be found on Yahboom website, on the page [Installing RGB Cooling HAT](https://www.yahboom.net/study/RGB_Cooling_HAT).