diff --git a/README.md b/README.md index c0d6b18..dd50512 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,14 @@ Using `arduino-cli` to compile and upload: `arduino-cli upload /Users/jo/Documents/Arduino/theSketch -p /dev/cu.usbmodem101 -b esp32:esp32:nora_w10` `arduino-cli compile /Users/jo/Documents/Arduino/theSketch -p /dev/cu.usbmodem101 -b esp32:esp32:nora_w10` +##### Including Library + +Arduino IDE -> Sketch -> Include Library -> add .ZIP Library -> this library + +If there is any other error like 'Adafruit_SSD1306' not found, you have to include this library also. + +Arduino IDE -> Sketch -> Manage Library -> Search for missing Library + #### Display It is important to specify the SDA and SCL ports by using `Wire.begin(SDA, SCL)`.