OLEDUnit
Unit OLED is a 1.3-inch OLED expansion screen unit. Driveing by SH1107, and the resolution is 128*64, monochrome display.
Support the following products:
Micropython Example:
import os, sys, io
import M5
from M5 import *
from unit import OLEDUnit
oled = OLEDUnit()
oled.display.fill(0)
