Search found 3 matches

by IainColledge
Sat Mar 02, 2019 11:12 am
Forum: ESP32 boards
Topic: The SSD1306 library doesn't seem to ship in the ESP32 build
Replies: 6
Views: 4381

Re: The SSD1306 library doesn't seem to ship in the ESP32 build

Thanks for that and I do, might be worth a mention on the builds page as without knowing newcomers would think something is broken when following the documentation.
by IainColledge
Fri Mar 01, 2019 8:06 pm
Forum: ESP32 boards
Topic: The SSD1306 library doesn't seem to ship in the ESP32 build
Replies: 6
Views: 4381

Re: The SSD1306 library doesn't seem to ship in the ESP32 build

Thanks but this is the build offered as a download, just noticed the ESP8266 build included it, the ESP32 does not.

Intention?
by IainColledge
Fri Mar 01, 2019 8:52 am
Forum: ESP32 boards
Topic: The SSD1306 library doesn't seem to ship in the ESP32 build
Replies: 6
Views: 4381

The SSD1306 library doesn't seem to ship in the ESP32 build

When using an ESP8266 one can:

import ssd1306

And the library is found, when doing the same on an ESP32 it isn't and you have to manually copy it up first.

Is this how it's meant to be?