From 09cbbd7a5ba23b5b306666ab81ced821bf4d4528 Mon Sep 17 00:00:00 2001 From: amorgner Date: Sat, 25 May 2024 11:22:20 +0000 Subject: [PATCH] Update README.md with information to including library --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)`.