Subversion Repositories Projects

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
783 5011 d 20 h /C-OSD/trunk/ *added current setting display
*updated structs for FC 0.80 and NC 0.20 (old version will still work, just cosmetics)
*battery warn level now _can_ be taken from the FC-Settings
*corrected some defines so FC stuff is only in FC Builds and NC stuff only in NC builds
 
772 5040 d 16 h /C-OSD/trunk/ *hopefully fixed altimeter-stats
*some basic antenna tracking insertion for others to test
 
762 5071 d 19 h /C-OSD/trunk/ *fixed bug in stats when max-distance > 999m  
761 5101 d 22 h /C-OSD/trunk/ *distance to home now 4 digits for long distance flights
*max height and speed shown again in stats
*clear full screen before stats shown so the art-horizon does not bug us
@some code formatting
 
738 5173 d 9 h cascade /C-OSD/trunk/ *hopefully fixed the laggy osd data problem
-send_data_mk has been striked out to save space
@nc-mode should be small enough for bootloader again ( Program: 14986 bytes (91.5% Full) )
 
736 5175 d 18 h cascade /C-OSD/trunk/ *some menu stuff
*stats in nc_default do not disturb the bigvario anymore
*reduced code size from 16088 bytes (98.2% Full) 15436 bytes (94.2% Full)
 
735 5177 d 14 h cascade /C-OSD/trunk/ *missed a bracket
+dist.bat for windows
 
734 5177 d 16 h cascade /C-OSD/trunk/ +mah wasted per flight (still counts up after landing, but space gets tight)
*init phase from 2000ms to 3000ms
*init only takes place after first "valid" UBat is received (<4V should case the Mega to reset anyways)
 
728 5179 d 9 h cascade /C-OSD/trunk/ adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
 
685 5274 d 22 h cascade /C-OSD/trunk/ +fc-only mode by Josef "jopl" Plasil (MK3Mag on FC and no NC)
*usart1 routine to filter out unwanted datasets (also big thanks to jopl)
 
677 5281 d 11 h cascade /C-OSD/trunk/ +nc/fc software version display in bootup
*changed checkbytes because of previously removed EEPROM data
 
528 5392 d 13 h cascade /C-OSD/trunk/ *fixed the flags (hopefully) for C-Strom and stuff  
526 5394 d 9 h cascade /C-OSD/trunk/ *small typo (thx flinkflash)  
523 5400 d 14 h cascade /C-OSD/trunk/ *hopefully fixed the new 10th number showing functions
+support for GPS height instead of Baro
 
514 5409 d 19 h cascade /C-OSD/trunk/ *ALL characters now in Progmem, from now on there will be only ONE char-file!  
507 5424 d 13 h cascade /C-OSD/trunk/ *spi transfer now struct driven
*lesser spi update rate (caused problems on some strom-slaves)
*voltage gets transfered via spi as well
*menu to switch display of 2nd voltage measured by C-Strom on and off
 
502 5427 d 10 h cascade /C-OSD/trunk/ * ALL leds on after character flashing  
499 5432 d 20 h cascade /C-OSD/trunk/ *bugfix for stats  
497 5432 d 20 h cascade /C-OSD/trunk/ *possible to choose between different osd-layouts (via menu)  
495 5433 d 0 h cascade /C-OSD/trunk/ *some autobuilding stuff for different modes  
489 5434 d 14 h woggle /C-OSD/trunk/ more precise timer, move more data to PROGMEM, remove warnings  
477 5442 d 11 h cascade /C-OSD/trunk/ +HUD on/off via RC (connect to PPM, according to manual) testing stuff  
474 5444 d 22 h cascade /C-OSD/trunk/ +pal/ntsc changable in menu (applied immedeately!)  
471 5448 d 11 h cascade /C-OSD/trunk/ *mah corrected
+config gets saved now (menu item!)
*source moved a bit
 
468 5449 d 8 h cascade /C-OSD/trunk/ +mah currently wasted
*some small changes
 
467 5450 d 10 h cascade /C-OSD/trunk/ *modded the real alpha stuff i have been talking about below  
466 5450 d 18 h cascade /C-OSD/trunk/ *some code format cleanup  
465 5451 d 10 h cascade /C-OSD/trunk/ +some really testing stuff 'bout current measurement, more to come  
459 5454 d 10 h cascade /C-OSD/trunk/ *osd-layouts in seperate files so including own layouts should get easier
+build date is displayed during init to know which version you are runing
 
458 5454 d 14 h cascade /C-OSD/trunk/ *cellnumber autoconfig modified, offset set to 1,5V  
457 5454 d 21 h cascade /C-OSD/trunk/ *copy paste nick/roll error fixed
*clean after build in dist.sh
 
455 5454 d 23 h cascade /C-OSD/trunk/ *some code movement
+artificial horizon for FC-ONLY mode
 
454 5455 d 13 h cascade /C-OSD/trunk/ +some FCONLY basics (set FCONLY to 1 in main.h to use it)  
453 5456 d 10 h cascade /C-OSD/trunk/ *battery voltages now calculated according to CELL_VOLT_MIN CELL_VOLT_MAX and CELL_NUM
*CELL_NUM -1 causes a rough auto detection of cell number
-UBAT_WRN and UBAT_MAX are now deprecated
 
412 5470 d 10 h cascade /C-OSD/trunk/ +write_gps_pos(...) (needs to be tested)
+gps position is shown in stats screen for testing purpose
 
410 5470 d 12 h shaddi /C-OSD/trunk/ *stats are only collected while engines running  
408 5470 d 13 h shaddi /C-OSD/trunk/ *fixed maximum distance in stats  
407 5470 d 13 h cascade /C-OSD/trunk/ *clear() now faster
*stats are only shown AFTER flight (more specific, after motors had been on at least once)
+indication icon for serial link (requires new character 198)
+indication icon for manual controll (stick > stick threshold)
(Character set 192 needs to be reflashed since new icon is in it)
 
404 5470 d 14 h cascade /C-OSD/trunk/ *clearing of screen (2nd try to make it faster)  
403 5470 d 14 h cascade /C-OSD/trunk/ *reverted last change because clear() causes problems the DMM way...