文档目录
设置背光亮度,100级可调。
void setBright(int a);
a:亮度。范围 0-100
无
// 设置背光亮度为最大值 setBright(100); // 关掉背光 setBright(0);