> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/en/getting-started/arduino-library-installation/adafruit-ssd1306.md).

# Adafruit SSD1306

In this documentation you will be explained how to install the Adafruit SSD1306 OLED library in the Arduino IDE. This library is used to try out the simple projects offered in the Antares documentation.

## Follow These Steps

### 1. Open Library Manager

In this step you are asked to open the library manager by opening the **Sketch > Include Library > Manage library** menu as shown below.

<figure><img src="/files/enQJpLRoUNejTsC3lYi9" alt=""><figcaption><p>Image of the Sketch menu in the Arduino IDE.</p></figcaption></figure>

### 2. Install Adafruit SSD1306

In this step you need to find the DHT11 Sensor Library in the Library Manager as shown below.

<figure><img src="/files/RHcOTlfmdMxXokyKR0Gl" alt=""><figcaption><p>Image of Adafruit SSD1306 Library search in Library Manager.</p></figcaption></figure>

Make sure the library version used is the same as that used in the ESP32 project, in the Antares documentation using **Adafruit SSD1306 Version 2.5.7.** Then after being sure of the library version, then do the installation by pressing **Install** as shown below.

<figure><img src="/files/pqfnmeafX5s3JexmTAX8" alt=""><figcaption><p>Installation image of Adafruit SSD1306 Library.</p></figcaption></figure>

### 3. Success Indicators

If the library installation is successful, the results will look like the following image.

<figure><img src="/files/DUwqe8rztLGsbKak6dJF" alt=""><figcaption><p>An indicator of successful library installation in the Arduino IDE.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.antares.id/en/getting-started/arduino-library-installation/adafruit-ssd1306.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
