Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 469 Bytes

LCDBacklight.md

File metadata and controls

22 lines (16 loc) · 469 Bytes

LCD Backlight

Summary

A rip-off python port of the following:
https://github.com/ciniml/WioTerminal_BackLight

LCD backlight pin (PC05) is not connected to any TC/TCC, but can be modulated by TC3 via EVSYS.

YouTube

Library

LCDBacklight.mpy

操作

import LCDBacklight

LCDBacklight.init()
LCDBacklight.brightness(0.5)
# do-whatever-you-want
LCDBacklight.deinit()