bsongis
47955a3527
Latest binaries
2012-02-10 13:27:49 +00:00
bsongis
0e3675a1b6
GPS distance
2012-02-10 09:24:32 +00:00
bsongis
80ee43db71
GPS maths prepared on GPS fix. Still needs to be tested!
2012-02-09 23:04:08 +00:00
bsongis
8aee92218d
GPS distance algorithm. To be used later.
2012-02-09 22:56:09 +00:00
bsongis
f93bca77ce
PXX compilation error on last gcc version
2012-02-09 11:25:21 +00:00
bsongis
11c8219f79
Multiplier added to FrSky telemetry A1/A2 ratio
...
Now it covers range 0V => 204.0V
2012-02-09 11:24:45 +00:00
bsongis
a9ac3f2015
0=>51 instead of 0=>63 for bar min and bar max
2012-02-08 23:10:26 +00:00
bsongis
3f496b5028
Bars max > min, not >=
2012-02-08 23:02:53 +00:00
bsongis
c6b55a8b47
Ignore list updated
2012-02-08 22:51:07 +00:00
bsongis
2e767943c4
Some texts misplaced on screen
2012-02-08 22:50:02 +00:00
bsongis
5da87a5f8d
Changelog
2012-02-08 22:25:15 +00:00
bsongis
d643917904
Rounding only for RSSI
2012-02-08 21:57:09 +00:00
bsongis
5d67f4ba65
25% bars not displayed on a dotted bar portion
2012-02-08 21:35:06 +00:00
bsongis
7fef74d041
Bad rounding for FRSKY values
2012-02-08 21:22:46 +00:00
bsongis
97e531dd95
One telemetry screen was missing
2012-02-08 21:05:38 +00:00
bsongis
caa2aec727
New telemetry screens (bars)
...
New telemetry units for A1 / A2
Update to pgmtypes according to Michal patch (suggested by gcc developers!)
EEPROM v204
2012-02-08 20:56:36 +00:00
bsongis
2c64004e7c
CC defined in the beginning of the Makefile
2012-02-06 08:58:14 +00:00
bsongis
d2cc0a3f02
The second telemetry screen reworked
2012-02-05 22:19:17 +00:00
bsongis
f42596a2a7
Another 16bytes flash saved
2012-02-05 19:01:28 +00:00
bsongis
fa1ebafae4
New binaries
2012-02-05 17:33:53 +00:00
bsongis
f2126a8aa6
More telemetry units. GPS screen rewritten.
2012-02-05 16:00:16 +00:00
bsongis
209589ccc7
90 bytes saved on the channel order array + access functions
2012-02-05 10:28:17 +00:00
bsongis
a57727b028
Voltage ok on simu
2012-02-05 10:28:07 +00:00
bsongis
d3c4cb2534
90 bytes saved on the channel order array + access functions
2012-02-05 10:27:21 +00:00
bsongis
8be03cd80d
New open9x binaries
2012-02-04 22:23:38 +00:00
bsongis
d2b44a87e6
Stamps for open9x and companion9x
2012-02-04 21:59:33 +00:00
bsongis
885e27cbbe
Binaries
2012-02-04 21:51:47 +00:00
bsongis
db76315506
Binaries
2012-02-04 21:41:06 +00:00
bsongis
b122ba1545
DSM2 option added in compile script
2012-02-04 17:38:44 +00:00
bsongis
1d8fb1f6ee
I change again my mind for telemetry: now Range and Offset. Audio sounds now have a name. Haptic sounds skipped when HAPTIC=NO
2012-02-04 17:34:25 +00:00
bsongis
064d0eeb20
Display of Min/Max for telemetry instead of an amplitude and a Calib value
2012-02-04 13:03:50 +00:00
bsongis
1f562bfda4
Makefile fixed for simu
2012-02-04 11:07:33 +00:00
bsongis
7449cfb5fb
Compile script
2012-02-03 23:00:29 +00:00
bsongis
d3bd550ed7
usrProto is now 8bits we will save bits if needed later
2012-02-03 23:00:04 +00:00
bsongis
d399f9f9c4
Safety switches screen removed. Replaced by Function switches.
2012-02-03 22:28:56 +00:00
bsongis
51ef48b03e
Cosmetics
2012-02-03 18:21:18 +00:00
bsongis
d84b018c56
Changes for x86_64 arch, flto / combine flags, avr-size
2012-02-03 11:55:27 +00:00
bsongis
865c211d91
Issue 2 (french translations)
2012-02-03 06:53:44 +00:00
mihlit@mihlit.cz
14676ab361
make sure splash start and end markers have correct position
...
Compiler can change position of start/end splash markers or even optimize-out
them completely, because they are not used in the fw.
Make them part of the splash data block, so their possition is always correct.
util/xbm2lbm was changed together with other c "images" to make it consitent.
2012-02-02 22:48:15 +00:00
bsongis
7f00d8c3dc
Another optimizations on AUDIO
2012-02-02 22:25:59 +00:00
mihlit@mihlit.cz
acd523e699
make code compatible with up-to-date build environment
...
These changes make it possible to compile open9x with old (avr-gcc 4.3.3,
avr-libc 1.6.7) and up-to-date (avr-gcc 4.6.2, avr-libc 1.8.0) build
environments. See Issue 1 for more details.
2012-02-02 11:23:38 +00:00
rob@marotori.com
973b91cd3f
Small audio bug fix..
2012-02-02 07:20:05 +00:00
bsongis
3e009decfb
HAPTIC is now able to work without AUDIO
...
New function in function switches to play an Audio track
Trims can be used to modify a mixer offset.
Offsets for Frsky can go from -128 to +127
Vibrations motor on v4 (HAPTIC option too)
2012-02-01 18:55:08 +00:00
rob@marotori.com
715c5967c7
Author name change
2012-02-01 15:04:20 +00:00
bsongis
55680a13fe
No need for frskyeventSample which resets the AUDIO queue!
2012-02-01 14:07:32 +00:00
bsongis
1ef48ee323
Compilation problem. Optimizations. Sounds should not collide any more
2012-02-01 13:54:14 +00:00
rob@marotori.com
8d0265cd3e
Audio updates...
2012-02-01 12:23:45 +00:00
bsongis
da4b1e7007
Audio repeat was not working!
2012-02-01 11:18:22 +00:00
bsongis
3609f88c32
Haptic for v4
2012-02-01 11:11:15 +00:00
bsongis
010d8dce52
Temporary commit to avoid commiting open9x.h
2012-02-01 11:10:42 +00:00