mathoudebine / turing-smart-screen-python

Unofficial Python system monitor and library for small IPS USB-C displays like Turing Smart Screen or XuanFang
GNU General Public License v3.0
966 stars 166 forks source link

Correct TaskManager5inch net up/down display #532

Closed rWolstenholme closed 3 days ago

rWolstenholme commented 2 weeks ago

The two values appear transposed - UP is showing download speed, and DN is showing upload speed. This swaps them.

Looking at the code for the labels, you can confirm the Y values now correspond with the correct data.

Thanks! Great project, great theme.

mathoudebine commented 3 days ago

Thanks for the fix @rWolstenholme!