cmsliner.blogg.se

Hardware monitor screen
Hardware monitor screen









The T-Display uses LVGL to handle the graphics.

#Hardware monitor screen serial#

The PC application uses Open Hardware Monitor to gather information about the CPU and GPU every 10 th of a second, and it uses a serial port to relay that information to a connected T-Display periodically, as the T-Display requests it.

hardware monitor screen

There are two projects involved here: The T-Display firmware and the PC application. It assumes Visual Studio 2019 or better and the.

hardware monitor screen

It assumes you are running Windows 10 or 11 and have admin access on that system. It assumes PlatformIO, although you can use the Arduino IDE with some prep work and adaptation, mostly renaming and/or moving files around. This project assumes you have a T-Display S3, or are willing to adapt the code to a separate device. You can use the buttons on it to switch between usage/temperature and frequency. It reads data about your PC from the serial port using a companion application on the PC. I wanted more than just an audible cue, and I really don't like obscuring the game screen with overlays, so I whipped out my little T-Display S3 and made this: Finally, I started to hear the card spin up and actually sweat a little. Well, eventually I got a 2080ti so I could play it in 4K, and it did so easily, so I decided to throw some tough computations at it by adding heavy forest all over the landscape. It's an endlessly expandable game so I keep coming back to it even after 7 years of play.

  • Download firmware - 20.6 KB (or Github).
  • Download application - 137.1 KB (or Github).








  • Hardware monitor screen