MikroKopter.de
Wiki
SHOP
Datenschutz
Impressum
Projects
BL-Ctrl
FlightCtrl
MK3Mag
NaviCtrl
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
Projects
(root)
/
C-OSD
/
trunk
/
max7456_software_spi.h
@ 387
- Rev 2601
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2601
2367 d 12 h
/C-OSD/trunk/
20180509-1200
*adapted structs to reflect FC/NC software V2.20c/V2.20h
2598
2728 d 14 h
/C-OSD/trunk/
20170511-1145
*adapted structs to reflect FC/NC software V2.18a
2225
3164 d 18 h
/C-OSD/trunk/
20160302-0700
*adapted structs to reflect FC/NC software V2.14a/b
2099
3475 d 3 h
/C-OSD/trunk/
*adapted structs to reflect FC/NC software V2.10a/b
2039
3884 d 16 h
/C-OSD/trunk/
*adapted structs to reflect FC/NC software V2.04a
1866
4273 d 3 h
/C-OSD/trunk/
+Source option to set the Aggr.Horizon indicator bars on the same level as the horizon
(requested)
1437
4685 d 13 h
/C-OSD/
@//remarks is error.
@clearing only take 20us. Not 12us
902
5020 d 10 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!
783
5207 d 11 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
5267 d 10 h
/C-OSD/trunk/
*fixed bug in stats when max-distance > 999m
736
5371 d 9 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)
728
5375 d 1 h
cascade
/C-OSD/trunk/
adapted MK-datastructs to NC 0.18c
added choice for current display measured by FC
519
5600 d 1 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)
489
5630 d 5 h
woggle
/C-OSD/trunk/
more precise timer, move more data to PROGMEM, remove warnings
412
5666 d 2 h
cascade
/C-OSD/trunk/
+write_gps_pos(...) (needs to be tested)
+gps position is shown in stats screen for testing purpose
404
5666 d 6 h
cascade
/C-OSD/trunk/
*clearing of screen (2nd try to make it faster)
379
5675 d 12 h
cascade
/C-OSD/trunk/
+big vario for testing purpose
(Character Set 192 needs to be flashed)
349
5686 d 0 h
cascade
/C-OSD/trunk/
*rewrote number->display functions
*fixed height bug (uint vs int)
346
5686 d 4 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
5692 d 0 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