A suggestion: Can you expose Backlight control Found a work around: ``` tft.init() blPWM = PWM(Pin(BL)) blPWM.freq(5000) blPWM.duty_u16(100) ```