@ -18,6 +18,13 @@ async function showSystemStats() {
awaitlcd.send(LCD.ClearDisplay())
consthours=newDate().getHours()
if(hours>=23||hours<=7){
lcd.backlight=false
}else{
lcd.backlight=true
}
awaitlcd.jump(0,0);
awaitlcd.sendString(`${cpuLoad}%`);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.