Release 3.4.0 - Line graphs & bugfix #472
mathoudebine
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New feature: line graphs!
Thanks to @hicwic's PR #371 the System Monitor program now supports line graphs!
The line graph feature has been added to many metrics like: CPU/GPU/Disk/Memory usage, temperature, CPU Fan speed, FPS...
Check https://github.com/mathoudebine/turing-smart-screen-python/blob/main/res/themes/theme_example.yaml and look for
LINE_GRAPH
key:The history size (number of previous values displayed on the graph) can be adjusted for its data.
With
AUTOSCALE: True
the line graph Y axis will constantly adjust to the min/max displayed values, otherwise setMIN_VALUE
/MAX_VALUE
for a static Y axisGraph axis can be show or hidden with
AXIS: True
/False
and set to a specific color withAXIS_COLOR
(default to theLINE_COLOR
if not set)New themes:
This release comes with 2 new themes that use the line graph functionality:
Cyberdeck theme (3.5 inch)
@hicwic released the theme he made for his Cyberdeck project
Check this discussion #374 for more details and final prototype!
Task Manager theme (5 inch)
This theme takes full advantage of the line graph feature, and is inspired by the (in)famous Windows Task Manager
Other fixes
This release also contain the following fixes:
What's Changed
New Contributors
Full Changelog: 3.3.4...3.4.0
This discussion was created from the release Release 3.4.0 - Line graphs & bugfix.
Beta Was this translation helpful? Give feedback.
All reactions