背光亮度调节语句

void blight(int n,int issave);
//n:背光亮度 0~100  0最暗  100最亮
//issave    =0 临时调整,不存储
//          =1 存储,下次开机维持此亮度

示例

blight(100,1);

说明