mklements / OLED_Stats

OLED Stats Display Script For Raspberry Pi
MIT License
88 stars 39 forks source link

what is the purpose of the "LA" string? #16

Open yurtkuran opened 5 months ago

yurtkuran commented 5 months ago

Thanks a million for this code! Just got it up & running.

Quick question, what is the purpose of the "LA" string is this line?

https://github.com/mklements/OLED_Stats/blob/f153be2a4971081e70037520e3094461925a4852/stats.py#L65C52-L66C5

Thanks in advance!

IT-TheCode commented 4 months ago

I have had a similar Problems! It is also visible in the monitor.py cmd = "top -bn1 | grep load | awk '{printf \"%.2fLA\", $(NF-2)}'" To make the monitor.py work, you would have to edit the file and replace LA with %% in line 70

My guess is it was a mistake.

This is the correct Code for line 66 in stats.py would be draw.text((0, 16), str(CPU,'utf-8'), font=font, fill=255)