Commit Graph

30 Commits

Author SHA1 Message Date
b13243466b Removed calculation for Fahrenheit, just set celsius to False.
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2024-12-29 17:02:55 +01:00
a3f103ac06 Fix Waveshare V2 Position
The current location "178, 84" does not correctly display the temperature symbol (Cellsius, Kelvin, etc.). I fix the code whit the correct position.

Signed-off-by: Andrea Draghetti <drego85@draghetti.it>
2024-03-29 08:57:45 +01:00
55c6007d32 Update everyting!
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-02-25 11:10:59 +01:00
faa48b2752 Change repo's
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-02-25 10:42:47 +01:00
18217119fc Version 2.6.9 2024-01-14 09:41:39 +01:00
fd0a9afc51 v2.4.1
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2023-09-18 10:55:35 +02:00
7ae3a6f07f v2.3.9
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2023-09-16 22:58:49 +02:00
62aaf6e3b1 copied cpu_stat from pwnagotchi/__index__.py, and calculate load since previous call, instead of sampling 0.1s while updating
On Pi0 instead of always seeing 100%, I see 40-80% typical, which seems more in line with what is happening on the system
2023-04-19 20:58:37 -07:00
1a0083eb38 Fix correct x positioning
Align fields right when less than 3 fields are shown in horizontal mode, using a 5-pixel character width with a 5-character width for each field (i.e. 25 pixels per field).
2020-09-20 01:43:52 +02:00
72878454f9 Removed debug line. 2020-09-20 00:29:33 +02:00
1c4df7a1c4 Additional comments 2020-09-20 00:27:26 +02:00
c124a97514 Changelog update. 2020-09-20 00:25:52 +02:00
b886b4e673 Added more configurable fields 2020-09-19 23:43:24 +02:00
6d0e295276 Version bumps 2020-09-18 02:12:36 +02:00
1aea0b95b1 Small gps fixes + memtemp rework 2020-09-18 02:11:37 +02:00
9d63eba232 add unload method 2019-12-16 18:50:40 +01:00
ACO
4b71fea404 Set correct position for memtemp plugin so that it does not overlap with regular messages for waveshare27inch.
Signed-off-by: ArnCo <arnaud@cordier.work>
2019-12-14 11:49:21 +01:00
3cf041617c Update memtemp.py 2019-12-08 08:44:20 +01:00
04720ecc42 memtemp plugin for waveshare.com/1.44inch-lcd-hat 2019-12-06 03:24:44 +03:00
43c5ab7ecf - Fix the temperature symbol when using something other than celsius
- Add defaults so we don't throw an exception if an invalid scale is
selected. Bad things happen if you spell fahrenheit wrong.
2019-11-16 01:29:02 -05:00
229e2671e8 fixed memtemp location for inky display
Signed-off-by: Josh Bauer <joshbauer3@gmail.com>
2019-11-10 14:08:33 -05:00
1da59b50b4 Add Fahrenheit and Kelvin temperature scales to memtemp.py 2019-11-08 19:50:33 -05:00
4b74de48bf misc: small fix or general refactoring i did not bother commenting 2019-11-01 17:49:50 +01:00
22e76f956c fix: fixed memtemp for waveshare v2 2019-11-01 17:45:53 +01:00
2f948306eb misc: refactored plugin system to use classes 2019-11-01 13:51:45 +01:00
6d88cb17f3 minor refactoring 2019-10-20 14:28:34 +02:00
58a085188f refactored to use the already existing functions
Signed-off-by: spees <speeskonijn@gmail.com>
2019-10-19 22:25:12 +02:00
f52687642e refactored so it actually works
Signed-off-by: spees <speeskonijn@gmail.com>
2019-10-19 21:32:55 +02:00
0aa4f95235 Made the memtemp plugin usable and added to default.yml
Signed-off-by: spees <speeskonijn@gmail.com>
2019-10-17 23:55:11 +02:00
cbf7511e17 misc: refactored code to work as a setup.py based package
Signed-off-by: Simone Margaritelli <evilsocket@gmail.com>
2019-10-05 23:23:31 +02:00