amaro08

Octopus LAB – MicroPython pro ESP32 (8)

displeje – pokračování

OLED

from octopus_lib import i2c_init
from components.display_i2c_oled import Oled

i2c = i2c_init()

oled = Oled(i2c, 0x3c, 128, 64)
oled.text("octopusLAB", 20, 0)

Upravit