rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
367 stars 140 forks source link

feat: add enhanced sysinfo.py #163

Closed rlaace423 closed 11 months ago

rlaace423 commented 1 year ago

I created enhanced sysinfo.py (sys_info2.py) like below. New design, and source code refinement.

01

Also, every 4 seconds UpTime and Ip toggled automatically. 02

If CPU or Mem or Disk reach 100%, it shows more clearly. 03

Tested on

fixes #159

rlaace423 commented 12 months ago

No problem, I'll check it out after work, takes about 9 hours later (I'm here in South Korea).

rlaace423 commented 12 months ago

@thijstriemstra

rlaace423 commented 11 months ago

@thijstriemstra any updates?

thijstriemstra commented 11 months ago

@thijstriemstra any updates?

I just got back from holidays, let me take a look.

rlaace423 commented 11 months ago

I've made some edits. I'm not a Python guy, so I'm not sure if I did it correctly.