GlassUnit
Unit Glass is a 1.51-inch transparent OLED expansion screen unit. It adopts STM32+SSD1309 driver scheme,resolution is 128*64, monochrome display, transparent area is 128*56.
Support the following products:
Micropython Example:
import os, sys, io
import M5
from M5 import *
from unit import GlassUnit
glass = GlassUnit()
glass.display.fill(0)
