1
0
mirror of https://github.com/gryf/pywmtemp.git synced 2026-04-24 17:41:24 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
gryf 6f9b91d525 Added package information to setup.cfg. 2022-06-03 12:37:13 +02:00
gryf 9f18dfdf26 Added debug switch.
For now it only saves merged xpm image.
2022-05-21 10:43:15 +02:00
gryf 56f85d4887 Image update 2022-05-06 17:37:58 +02:00
gryf bfb37a5b63 Added some visual adjustment for the label on the graph.
Font set used in this app have additional 1 pixel gap right after the
character and 1 pixel below it, just to not deal with different
character width. In this patch there was added some space above the
label and on the left side for the completeness.
2022-05-05 18:46:09 +02:00
gryf 580dc45c2a If value for the reading is too long, trim it.
I know, that this is kind of naive implementation, but in case of
temperatures there is a more serious issue than trimming, if any of the
HW component exceeds 1000 Celsius degrees ;)
2022-05-05 18:43:23 +02:00
gryf d02ecefdf3 Readme update 2022-05-05 16:38:09 +02:00
gryf d4bd3b19d3 Apply color for not used 'lcd' cells 2022-05-05 16:37:04 +02:00
gryf ac56074faf Adapt to newest wmdocklib changes. 2022-05-03 18:53:50 +02:00
gryf 05ea17b43b Added source images, and picture of pywmtemp. 1.0 2022-05-01 16:18:56 +02:00
gryf 139648f240 Added setup scripts. 2022-05-01 16:07:49 +02:00
gryf 34112c6275 Added readme 2022-05-01 16:05:40 +02:00
gryf fccd8617b8 Move code into a package. 2022-05-01 15:58:17 +02:00
gryf 98294b5a27 Handle lack of config for graphs. 2022-05-01 15:51:39 +02:00
gryf 797490dec3 Added event handling for the graph region. 2022-05-01 15:27:00 +02:00
gryf 79701764e3 Added label for the graph. 2022-05-01 15:26:23 +02:00
gryf 8ba735d652 Added graph for the first temperature. 2022-05-01 15:25:37 +02:00
gryf 54b863ece1 Added new submethod for creating strings. 2022-05-01 15:23:40 +02:00
gryf edae2233a5 Added background image. 2022-05-01 15:22:12 +02:00
gryf ba20923a80 Remove some old stuff for autofilling empty space. 2022-05-01 15:21:26 +02:00
gryf 1a27c389c0 Use psutil instead of traversing through sys filesystem. 2022-05-01 15:18:57 +02:00
gryf 31b7272e68 Refresh dockapp every 10ms, update it every second. 2022-05-01 15:16:23 +02:00
gryf a7bfd3207c Added psutil module, added code for config error handling. 2022-05-01 15:11:49 +02:00
gryf 63faeb3734 Add almost working dockapp. 2022-05-01 15:11:02 +02:00