Skip to content

Backlight control #36

@aurorasean

Description

@aurorasean

A suggestion:

Can you expose Backlight control

Found a work around:

    tft.init()
    blPWM = PWM(Pin(BL))
    blPWM.freq(5000)
    blPWM.duty_u16(100) 

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