1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
Norbert Walter aea401589d Add 4 inch TFT display ST7796 2026-02-27 21:33:23 +00:00
Ulrich Meine b8e64ff64c Update data calibration: calibration in main loop on boat data values:
- modified code to calibrate affected boat data each second in main obp60task loop;
- removed individual calibration call in all pages
- moved code from BoatDataCalibration to OBPDataOperations
- added DBS and HDT to list of supported data calibration types
- changed output format for wind angles from [-180..180] to [0..360], because negative value are not displayed properly on pages
2026-01-17 12:25:57 +01:00
TobiasE-github e5950f95fd disabe mode x in PageWind 2025-09-27 20:30:00 +02:00
thooge caf5572459 Minor code cleanup: fixing comments and formatting 2025-07-28 09:54:20 +02:00
thooge 0afe629b38 Preparation for upcoming alarm functionality 2025-07-23 14:00:06 +02:00
thooge fa4b563ff0 Reorganized fonts and changed Ubuntu-font to 8bit version 2025-07-08 15:19:07 +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 7ced07d2d9 TWA, TWS, TWD + Pages Wind, WindRose, WindRoseFlex added 2025-05-15 23:24:40 +02:00
thooge 31c968d0a8 Add simulation feature to more pages 2025-01-27 12:31:14 +01:00
norbert-walter 569273519c Correct splitting between OBP60 and OBP40 hardware 2025-01-20 21:21:58 +01:00
thooge 519af68bef Footer function for improved key labels, icons implemented 2025-01-15 18:08:39 +01:00
thooge e7db5038fb Merge branch 'master' into keyboard: new page wind 2025-01-10 19:53:26 +01:00
thooge 8d43189140 Fix zoom keycodes 2025-01-08 14:52:44 +01:00
thooge be48929c40 Changed ApparentWind to Wind with modes and lens function 2025-01-08 14:26:52 +01:00