How to draw circles on a SSD1306 OLED display, using the ESP32 and the Arduino core.
ESP32 Arduino SSD1306: Changing font size
In this tutorial we will check how to change the font size of the text written to the SSD1306 display. We will be using the Arduino core and this library, which makes it easier to interact with the display using a very simple API. Introduction In this tutorial we will check how to change the font …
Continue reading "ESP32 Arduino SSD1306: Changing font size"
AnalogLamb Fish32 board: Getting started with SSD1306 display
In this tutorial we will check how to interact with the OLED display of the AnalogLamb Fish32 board and print a "Hello World" message. Introduction In this tutorial we will check how to interact with the OLED display of the AnalogLamb Fish32 board and print a "Hello World" message. Since the display already comes connected …
Continue reading "AnalogLamb Fish32 board: Getting started with SSD1306 display"
ESP32 Arduino SSD1306 OLED: Drawing a QR Code
The objective of this post is to explain how to draw a QR Code on a SSD1306 OLED display, using the Arduino core on the ESP32. For this tutorial an Elecrow’s version of the OLED was used. The display can be bought here. The ESP32 board used was a NodeMCU. Introduction The objective of this post …
Continue reading "ESP32 Arduino SSD1306 OLED: Drawing a QR Code"
ESP32 Arduino: Interacting with a SSD1306 OLED display
The objective of this post is to explain how to connect the ESP32 to a SSD1306 OLED display and print a "Hello World" message, using the Arduino core. For this tutorial, an Elecrow's version of the OLED was used. The ESP32 board used was a NodeMCU. Introduction The objective of this post is to explain how …
Continue reading "ESP32 Arduino: Interacting with a SSD1306 OLED display"