Update README.md with information to including library

This commit is contained in:
amorgner 2024-05-25 11:22:20 +00:00
parent 8fb1ab7651
commit 09cbbd7a5b

View File

@ -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)`.