Skip to content

how start (fix) #2

@wss6630

Description

@wss6630

Thanks for such a cool library!
For those who want to run it, do this in the main.py file

''''
from machine import Pin, I2C

i2c = I2C(scl=Pin(9), sda=Pin(8))

if name == "main":

display = Enhanced_Display(bus=0,scl=Pin(9),sda=Pin(8))

'''''

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions