7ed1e1b
sophuwu
sophie@skisiel.com
18 days ago
Thu, 05 Dec 2024 07:31:48 +0100
added readme and simplified make
no source code was changed
28a2f34
sophuwu
sophie@sophuwu.site
18 Oct 2023
Wed, 18 Oct 2023 05:37:51 +0200
fixed broken temperature report. read buffer was too long; converted to long string and compared incorrectly.
a236095
sophuwu
sophie@sophuwu.site
27 Aug 2023
Sun, 27 Aug 2023 21:05:58 +0100
binary cannot read cpu temp when compiled statically, made dynamic.
5412a80
sophuwu
sophie@sophuwu.site
27 Aug 2023
Sun, 27 Aug 2023 16:18:06 +0100
Added amd support for cpu temperature. Reorginised function completely.
bb23120
sophuwu
sophie@sophuwu.site
07 Aug 2023
Mon, 07 Aug 2023 13:31:21 +0200
Changed cmake to be static
changed print functions to use printf instead of std::cout
buffers whole screen frame before printing.
5d496d7
sophuwu
sophie@sophuwu.site
04 Aug 2023
Fri, 04 Aug 2023 20:46:16 +0200
added background color to graphs
made graphs colourful
using functions to plot graphs instead of messy code
6295a28
sophuwu
sophie@sophuwu.site
04 Aug 2023
Fri, 04 Aug 2023 19:19:25 +0200
updated printing to be more legible
added termninal size check
removed panic function; no longer needed
01f3f00
sophuwu
sophie@sophuwu.site
03 Aug 2023
Thu, 03 Aug 2023 23:31:18 +0200
Printing the ram and cpu info as well as a graph of the cpu.
8a7eecd
sophuwu
sophie@sophuwu.site
03 Aug 2023
Thu, 03 Aug 2023 19:25:57 +0200
Made the info show at the top of the screen in alt terminal mode.
6e11af3
sophuwu
sophie@sophuwu.site
03 Aug 2023
Thu, 03 Aug 2023 16:29:14 +0200
removed tinydir and replaced with built in functions.
d687b08
sophuwu
sophie@sophuwu.site
03 Aug 2023
Thu, 03 Aug 2023 15:25:51 +0200
Rewrote meminfo as it stopped working for no reason, cpu tmp function on the way.