Commit Graph
1680 Commits
Author SHA1 Message Date
Ulrich Meine d1b729a554 Adjust Page OneValue to 4 digit option 2026-07-02 00:45:19 +02:00
Ulrich Meine dac7459355 Add "humidity" XDR value handling to charts; adjust high/low value plot; change pressure from area to line plot 2026-07-01 23:51:50 +02:00
Ulrich Meine 775d4456a2 Complete config_obp60.json for weather page 2026-07-01 23:49:31 +02:00
Ulrich Meine 04ea564bdb Add late chart object initialization to pages with charts 2026-07-01 02:42:02 +02:00
Ulrich Meine 751f4e2296 Adjust buffer limits for some boat data 2026-07-01 02:17:38 +02:00
Ulrich Meine 3dd7f4751a Add late initialization for chart objects 2026-07-01 02:16:40 +02:00
Ulrich Meine a2822451c1 1st version of PageWeather with air pressure chart 2026-06-21 22:15:32 +02:00
Ulrich Meine 63af2807fb Improve handling of invalid values in OBPringbuffer; avoid some double coding 2026-06-21 02:15:16 +02:00
Ulrich Meine c17f8238a4 Implement MaxTWS for OBP true wind calculation 2026-06-19 00:00:08 +02:00
Ulrich Meine 8f50c6a09c Extend OBPcharts to display air pressure properly 2026-06-16 23:11:15 +02:00
Ulrich Meine e906ad6d00 Add leading zero for pressure format in OBPFormatter 2026-06-16 23:01:34 +02:00
Ulrich Meine 89482016db Align unit name for temperature in OBPFormatter between <kelvinToC> <formatXdr:C> 2026-06-07 01:22:29 +02:00
Ulrich Meine abfe68f963 add XDR boat data option to history buffer 2026-06-06 02:37:46 +02:00
Ulrich Meine 01ff478c29 Extend history buffer for flexible data storage frequency 2026-05-31 21:32:39 +02:00
Norbert Walter d0fe7a2d9b Merge pull request #240 from Scorgan01/master
Improve chart axis labelling, adjust intervals, and fix conditionless AWD calculation
2026-05-28 10:13:00 +02:00
Ulrich Meine 80800c32a3 Adjust default ranges for charts once more 2026-05-22 23:24:09 +02:00
Ulrich Meine a218da8948 fix calculate AWD conditionless 2026-05-22 23:10:51 +02:00
Ulrich Meine 1425297ef4 Adjust chart axis labelling for better intervals 2026-05-21 23:00:24 +02:00
Ulrich Meine 92a6266d71 Fix typo in config_obp60 2026-05-18 21:43:12 +02:00
Norbert Walter 7be6796a84 Merge pull request #239 from Scorgan01/PageCurrent
New PageCurrent for display of current
2026-04-30 19:02:04 +02:00
Norbert Walter 15c5c450a1 Merge pull request #238 from Scorgan01/GwWiFi
Fix Wifi AP shutdown during client WiFi reconnect attempt
2026-04-30 19:01:19 +02:00
Norbert Walter c0aa6b4010 Merge pull request #236 from thooge/master
Adapt patches to current code
2026-04-30 19:00:40 +02:00
Ulrich Meine 9c9d435390 PageCurrent: Delete old comments 2026-04-27 22:42:27 +02:00
Ulrich Meine 2d5838ebc8 PageCurrent: make ROLL value selectable in config; display name+unit right-aligned; code clean-up 2026-04-26 01:19:19 +02:00
Ulrich Meine 2f30e858c8 PageCurrent: added leeway coeff, changed boat value handling, fixed ROLL 2026-04-25 02:37:39 +02:00
Ulrich Meine 1098afa8b2 True Wind: calculate HDT only if true wind calc is requested 2026-04-25 01:23:42 +02:00
Ulrich Meine cfac5b0a05 Fix Wifi AP shutdown during client WiFi reconnect attempt 2026-04-23 23:06:05 +02:00
Ulrich Meine f84ef25a30 Initial version of Page Current 2026-04-17 23:45:11 +02:00
thooge f99656f3d7 Fix typos in OBP40 config 2026-04-10 19:40:24 +02:00
thooge ae1f402b49 Adapt patches to current code 2026-04-10 19:19:11 +02:00
Norbert Walter 3b2f73e22a Merge pull request #235 from Scorgan01/master
Fix vertical time axis label in graphical charts
2026-04-09 22:23:22 +02:00
Ulrich Meine 89dfdb35c3 Delete obsolete comments in OBPcharts.cpp 2026-04-06 01:02:54 +02:00
Ulrich Meine 3f1d2d4ee2 Fix vertikal time axis label 2026-04-06 00:58:38 +02:00
Norbert Walter 856e19cd5e Merge pull request #234 from Scorgan01/TrueWind-opt
Fixes and new 'smoothing' feature for data charts
2026-03-27 17:52:49 +01:00
Ulrich Meine 530c101421 Adjust default ranges for charts 2026-03-26 22:27:08 +01:00
Ulrich Meine 3deb80b2c6 Add smoothing option for any chart plot 2026-03-26 22:08:00 +01:00
Ulrich Meine 1f0e3cb6eb Delete unnecessary include of <movingAvg.h> in some Pages 2026-03-26 21:58:31 +01:00
Ulrich Meine a445726757 Convert class <movingAvg> to accept flexible data types 2026-03-26 21:57:17 +01:00
Scorgan01 aecc3c775f Merge branch 'norbert-walter:master' into TrueWind-opt 2026-03-26 21:44:18 +01:00
norbert-walter 0dfb1f8535 Code cleaning 2026-03-20 11:45:58 +01:00
norbert-walter ba851d7e1b Change defines 2026-03-20 11:43:35 +01:00
norbert-walter f7b1b56715 Change defines 2026-03-20 11:08:02 +01:00
norbert-walter 08153cc585 Add new board obp70 2026-03-20 10:41:42 +01:00
norbert-walter e309ec2123 Modify comments 2026-03-19 18:11:45 +01:00
Norbert Walter 7be72a8cc4 Fix for I2C initialisation (missing pin definitions) 2026-03-19 17:08:23 +00:00
norbert-walter 5fcca363f8 Modify TFT display initialisiation 2026-03-19 17:34:10 +01:00
Norbert Walter 7c6005958e Add new TFT display ILI9488 2026-03-19 16:17:22 +00:00
Norbert Walter 522759a26c Merge pull request #231 from TobiasE-github/master
mark scripts as executable
2026-03-15 21:34:46 +01:00
Norbert Walter ea63386cfc Merge pull request #230 from thooge/master
Page system rework and improvements
2026-03-15 21:33:56 +01:00
TobiasE-github f362e96749 Merge branch 'norbert-walter:master' into master 2026-03-15 20:22:16 +01:00