From f15e3f67f46fcc432033a8d4d54015c361156023 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Mon, 20 Jul 2020 23:24:40 +0200 Subject: [PATCH] Missing python modules for RGB Led HAT --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2230605..97a15fa 100644 --- a/README.md +++ b/README.md @@ -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).