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
523 5399 d 9 h cascade /C-OSD/trunk/ *hopefully fixed the new 10th number showing functions
+support for GPS height instead of Baro
 
519 5403 d 5 h cascade /C-OSD/trunk/ *write-number-functions changed, using itoa now, saves space, should be faster
*inline added for basic max7456-spi_send because saves procedure call (^= time)
 
514 5408 d 15 h cascade /C-OSD/trunk/ *ALL characters now in Progmem, from now on there will be only ONE char-file!  
489 5433 d 9 h woggle /C-OSD/trunk/ more precise timer, move more data to PROGMEM, remove warnings  
431 5468 d 16 h cascade /C-OSD/trunk/ *write_gps_pos() should work for negative values now :)  
412 5469 d 6 h cascade /C-OSD/trunk/ +write_gps_pos(...) (needs to be tested)
+gps position is shown in stats screen for testing purpose
 
404 5469 d 10 h cascade /C-OSD/trunk/ *clearing of screen (2nd try to make it faster)  
403 5469 d 10 h cascade /C-OSD/trunk/ *reverted last change because clear() causes problems the DMM way...  
402 5469 d 11 h cascade /C-OSD/trunk/ *clearing of screen (should work also and should be faster)  
379 5478 d 16 h cascade /C-OSD/trunk/ +big vario for testing purpose
(Character Set 192 needs to be flashed)
 
349 5489 d 4 h cascade /C-OSD/trunk/ *rewrote number->display functions
*fixed height bug (uint vs int)
 
346 5489 d 8 h cascade /C-OSD/trunk/ +added request of OSD data, disrequest of debug data and uptime reset to menu
-removed the uptime-reset binding from S2
+pgm space for some strings to save _normal_ data space
*some code movement
 
331 5495 d 4 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