Simple micropython library for the micro:bit to control the SSD1306 display. - Afantor/Microbit_SSD1306_OLED
MicroPythonis an implementation of the Python 3 programming language designed to run on microcontrollers and other resource-constrained environments. It provides a subset of the Python standard library, tailored to the requirements of microcontroller hardware. I developed a developed a system for convertin...
Step 1: Installing the SSD1306.py Library I am going to assume that you have installed the Pico UF2 file to your Pico, installed the Thonny Editor on your computer, know how to connect your Pico to your computer's USB port, enter and run code from Thonny. ...
SSD1306 OLED Library The library to write to the OLED display isn’t part of the standard MicroPython library by default. So, you need to upload the library to your ESP32/ESP8266 board. # MicroPython SSD1306 OLED driver, I2C and SPI interfaces created by Adafruitimporttimeimportframebuf# re...