亮度调节 – setBright

设置背光亮度,100级可调。

定义

void setBright(int a);

参数

a:亮度。范围 0-100

返回值

示例

// 设置背光亮度为最大值
setBright(100);
// 关掉背光
setBright(0);