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
1801 4129 d 10 h /C-OSD/trunk/ +No FC communication define in config for usage with NC and no FC
*memcpy stuff instead of inplace buffer to unlock the buffer faster
+prepared the 3D Data stuff
 
1596 4369 d 22 h /C-OSD/trunk/ *comment adapted  
1591 4373 d 22 h /C-OSD/trunk/ *setting struct adapted to V0.88e
@caused wrong setting-name display
 
1468 4447 d 9 h /C-OSD/trunk/ *setting struct adapted to V0.86d
@caused wrong setting-name display
 
1437 4458 d 20 h /C-OSD/ @//remarks is error.
@clearing only take 20us. Not 12us
 
941 4736 d 20 h /C-OSD/trunk/ *small adaption to NC 0.24b and FC 0.84a
*added CF-indicator icon
@To see the correct CF-indicator you will have to flash the characters!
 
902 4793 d 18 h /C-OSD/ *added big speed indicator (credits to: uwerner)
*added possibility to show GPS-Coordinates during flight
*added more _brackets_
@To see correct corner-chars when using scope, flash the character-set
included in this release!
 
833 4872 d 10 h /C-OSD/trunk/ *inserted missing new value in config-struct. should fix setting-name.  
832 4872 d 23 h /C-OSD/trunk/ *updated structs and flags to fit FC 0.80a && NC 0.20a
*sat-icon will blink when not enough sats are found (nc_mode_default)
 
783 4980 d 19 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
 
762 5040 d 17 h /C-OSD/trunk/ *fixed bug in stats when max-distance > 999m  
761 5070 d 21 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
 
734 5146 d 15 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 5148 d 8 h cascade /C-OSD/trunk/ adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
 
677 5250 d 9 h cascade /C-OSD/trunk/ +nc/fc software version display in bootup
*changed checkbytes because of previously removed EEPROM data
 
676 5253 d 9 h cascade /C-OSD/trunk/ *small fix  
675 5253 d 9 h cascade /C-OSD/trunk/ *synced NaviStruct to NC Code v0.17e
(since nothing of the new stuff is used right now, older NC version will still work)
 
407 5439 d 12 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)
 
339 5461 d 7 h cascade /C-OSD/trunk/ *MK-Datastruct updated to work with NaviCtrl 0.15c firmware
*changed flags from NO* to invers versions
*enhanced the menu a bit
-artificial horizon at bootup, the menu is cooler imho
 
331 5465 d 7 h cascade /C-OSD/trunk/ + disabling the txd pin while not using it so it won't interfere with KopterTool usage (thx joko)
+ if no data has been received for over 2sec we re-request it
* tried source organisation a bit