Thomas Hooge
99c3470a22
Some work on system page and SD-card integration
2025-06-14 10:09:48 +02:00
Ulrich Meine
bd9741d851
buffer extension; still some errors
2025-06-14 02:19:52 +02:00
Ulrich Meine
13c85adad2
completed config.json; modified TWS flipping; almost fully fixed chart rng overflow
2025-06-13 17:43:23 +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
Ulrich Meine
9b504469bc
Fixes for TWS flip, scale calculation, chart range overflow; add axis lines
2025-06-12 23:41:15 +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
Ulrich Meine
f0aba89301
Simulation data; ext. chart area; flexible TWS position
2025-06-09 22:32:34 +02:00
Ulrich Meine
fe095a9716
Y Axis label; some interval bug fixing
2025-06-09 17:58:57 +02:00
Ulrich Meine
235188dfb2
Added update interval + no sens data msg; corrected rounding
2025-06-09 13:35:54 +02:00
Ulrich Meine
aa70c34a96
Fix getMin/Max + wndCenter rounding;
2025-06-08 13:45:20 +02:00
Ulrich Meine
62aef176d3
Chart + plotshift working
2025-06-06 23:06:04 +02:00
Scorgan01
9f79a7d4bc
Switch to TWD
2025-06-06 10:17:11 +02:00
Ulrich Meine
bf4dff45b4
Compact config reading code
2025-06-05 23:42:36 +02:00
Ulrich Meine
f153d82825
PlotShift
2025-06-05 22:51:25 +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
da06f3e791
Automatic scale adjustment + plot shift
2025-06-05 01:04:07 +02:00
Ulrich Meine
7d66ec91da
Principle working; several bugs incl.
2025-06-03 22:52: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
Scorgan01
6ca40aaa8f
Merge branch 'norbert-walter:master' into CalibrationData_v0-1
2025-05-15 14:29:26 -07:00
Ulrich Meine
7ced07d2d9
TWA, TWS, TWD + Pages Wind, WindRose, WindRoseFlex added
2025-05-15 23:24:40 +02:00
Ulrich Meine
583fbd0db8
DBT implemented
2025-05-15 23:13:16 +02:00
Norbert Walter
1862bdc6ae
Merge pull request #169 from Scorgan01/Fix_obpFormatter
...
Fix temperature conversion to Fahrenheit
2025-05-12 10:03:47 +08:00
Norbert Walter
c0f36ecdf4
Merge pull request #167 from TobiasE-github/master
...
Update PageWindRoseFlex, value 1 as wind pointer, other 5 values as n…
2025-05-12 09:56:15 +08:00
Ulrich Meine
2fb59fb118
Implemented for few std. types - DBT missing
2025-05-11 21:57:22 +02:00
Ulrich Meine
13d6091ae8
Fix temperature conversion to Fahrenheit
2025-05-10 02:16:10 +02:00
Ulrich Meine
a5494ccee4
Initial commit - principle working
2025-05-10 01:59:19 +02:00
Tobias E
e2270d8ed2
Update PageWindRoseFlex, Value 1 as wind pointer, other 5 values as numbers.
2025-05-07 18:00:03 +00:00
Norbert Walter
309d55cdb4
Merge pull request #165 from ManfredRad/master
...
PageSixValues: compiler directive to include OPB40 support added
2025-05-07 21:57:16 +08:00
norbert-walter
0ec2f93915
Merge remote-tracking branch 'origin/master'
2025-05-07 16:51:00 +08:00
norbert-walter
f8b86e67df
Rename file
2025-05-07 16:50:41 +08:00
ManfredRad
0f0a096219
Add files via upload
2025-05-06 21:43:42 +02:00
Norbert Walter
d094bfc32a
Merge pull request #162 from ManfredRad/PageSixValues
...
PageSixValues
2025-05-06 22:18:40 +08:00
Norbert Walter
0044fdd3b6
Update platformio.ini
...
Chang back to old version
2025-05-06 22:18:03 +08:00