Commit Graph

1293 Commits

Author SHA1 Message Date
Thomas Hooge edd07d9632 Merge branch 'master' into obp40 2025-07-15 14:14:58 +02:00
Thomas Hooge 97b1af71ff More work on SD card code 2025-07-15 14:03:30 +02:00
Norbert Walter 4110e3f812
Merge pull request #182 from thooge/system
Add display library version info to page system
2025-07-15 13:08:21 +02:00
norbert-walter 85dee2a622 Fix page refresh if using keypad 2025-07-14 14:27:33 +02:00
norbert-walter f2e069b768 Merge remote-tracking branch 'origin/master' 2025-07-14 14:14:56 +02:00
norbert-walter 71946248e2 Fix voltage sensor for OBP40 2025-07-14 14:14:50 +02:00
norbert-walter 7f954e702d Add debugging info 2025-07-11 18:37:12 +02:00
Thomas Hooge 7ca0a4d09a Fix variable name in extra_script.py.new 2025-07-09 16:23:11 +02:00
Thomas Hooge 13abfe4c14 Merge branch 'master' into system 2025-07-09 16:15:30 +02:00
Thomas Hooge 8e34fa936d Add display library version info to page system 2025-07-09 16:13:32 +02:00
Norbert Walter 6f4e9b625d
Merge pull request #181 from thooge/fonts
Reorganized fonts and changed Ubuntu-font to 8bit version
2025-07-08 21:43:52 +02:00
Thomas Hooge 4aefc99212 Add home location to system page 2025-07-08 19:41:18 +02:00
Thomas Hooge fa4b563ff0 Reorganized fonts and changed Ubuntu-font to 8bit version 2025-07-08 15:19:07 +02:00
Norbert Walter ae7130b86c
Merge pull request #180 from TobiasE-github/master
Fix error message in  lib/obp60task/OBPSensorTask.cpp
2025-07-07 16:15:04 +02:00
TobiasE-github 7f9beb064a
Merge pull request #69 from norbert-walter/master
Delete obp60task.cpp in root
2025-07-07 15:29:00 +02:00
norbert-walter 2095efbb01 Delete obp60task.cpp in root 2025-07-07 15:04:02 +02:00
TobiasE-github d0e2fc1eac Fix error message in lib/obp60task/OBPSensorTask.cpp 2025-07-06 15:41:18 +02:00
norbert-walter d1c620a858 Fix for compass page 2025-07-04 14:11:22 +02:00
norbert-walter 07a1b2388e Fix for voltage sensor OBP40 2025-07-03 22:41:12 +02:00
norbert-walter c614cae472 Change to actual extra_script.py 2025-07-03 19:41:27 +02:00
Norbert Walter ec7e1a35e7
Merge branch 'wellenvogel:master' into master 2025-07-03 19:39:16 +02:00
norbert-walter b82e94d716 Change back to old extra_script.py for sync with wellenvogel 2025-07-03 19:36:47 +02:00
Norbert Walter a2c1c1042d
Merge pull request #177 from thooge/obp40
Apply new OBP60 settings also to the OBP40
2025-07-03 16:42:18 +02:00
Norbert Walter 77872fea4a
Merge pull request #175 from ManfredRad/master
Page Compass
2025-07-03 16:38:01 +02:00
Norbert Walter 8a069b9445
Merge branch 'master' into master 2025-07-03 16:37:39 +02:00
Norbert Walter b3a9b9990f
Merge pull request #174 from Scorgan01/PageSixValues
PageSixValues: Drop top and bottom line to adjust to standard page design
2025-07-03 16:34:00 +02:00
Norbert Walter dc8b9e48d7
Merge pull request #173 from Scorgan01/CalibrationDataV2
Improve and extend data calibration and smoothing
2025-07-03 16:33:27 +02:00
Thomas Hooge c5a1244519 Some config.json improvements 2025-06-15 10:19:59 +02:00
Thomas Hooge 99c3470a22 Some work on system page and SD-card integration 2025-06-14 10:09:48 +02:00
Thomas Hooge f5cf292804 Typo in platformio.ini fixed 2025-06-13 10:32:18 +02:00
Thomas Hooge 77c05de4fc More work on system page 2025-06-13 09:21:41 +02:00
Thomas Hooge 1bac5d8b16 System page improvements 2025-06-12 15:23:21 +02:00
Thomas Hooge c7eafbf9b8 Apply new OBP60 settings also to the OBP40 2025-06-12 11:43:21 +02:00
Manfred Radmacher 4b5aa7ff4b
Pagecompass update
obp60rtask.cpp updated to handle pagecompass
2025-06-05 16:05:33 +02:00
Manfred Radmacher ebf6e62389
PageCompass
A new page to show heading data or course over ground in a layout inspoired by an analog compass. The compass signal shown can be altered by the left key. In addition a second signal can be shown as well from the following choice: HDM, HDT, COG, STW, SOG, DBS. This signal can also be changed by the second key.
2025-06-05 15:57:06 +02:00
Ulrich Meine 29706df6cd Drop top and bottom line to adjust to standard page design 2025-05-25 20:18:09 +02:00
Ulrich Meine d6e3c7ad48 Calibration for data types COG, SOG added 2025-05-25 17:42:50 +02:00
Ulrich Meine 02712263d3 Changed array for calibration data into a hash map; reduced unnecessary method parameters 2025-05-25 13:53:50 +02:00
Ulrich Meine 0c4fce0e25 No smoothing when boatDataValue is invalid 2025-05-24 00:40:10 +02:00
Ulrich Meine 4e6d52d197 added "condition" to calibration settings in config.json 2025-05-22 23:28:33 +02:00
Ulrich Meine f9cf73ae04 adjust code position of calibration method call, where not applied yet 2025-05-22 22:45:20 +02:00
Ulrich Meine bf59cfbae8 tiny code adjustments 2025-05-22 21:48:32 +02:00
Ulrich Meine 214c10ff93 removed static definition of methods 2025-05-21 21:47:21 +02:00
Norbert Walter e72ece8452
Merge pull request #172 from Scorgan01/Smoothing
Smoothing of data value; extension of calibration of data types (PR #171)
2025-05-18 21:51:02 +02:00
Ulrich Meine fca7a47728 smoothing factor adjustments 2025-05-17 12:18:21 +02:00
Ulrich Meine 10951d7f13 Basis working 2025-05-17 10:58:31 +02:00
Ulrich Meine 6dbbd13ead Improve code readability 2025-05-16 20:04:20 +02:00
Ulrich Meine fb89dca3be Fix 'value1 = 0" in PageRudderPosition 2025-05-16 19:45:58 +02:00
Ulrich Meine 3d31fcf4ed add empty type as default; add calib for types PRPOS,RPOS, and for PageRudderPosition 2025-05-16 19:43:27 +02:00
Ulrich Meine 2c348ca7fb Revert changes in PageOneValue except of calibration. 2025-05-16 00:15:12 +02:00