1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00
Commit graph

555 commits

Author SHA1 Message Date
Andre Bernet
5c0b8fcb2d Haptic support 2014-04-23 21:58:05 +02:00
Andre Bernet
147b6af9cf Backlight color UI in firmware, backend TODO 2014-04-23 15:30:30 +02:00
Andre Bernet
faa6cd7a3c Haptic support 2014-04-23 13:18:17 +02:00
bsongis
31183cb840 Compilation failure fixed. Plus bootloader check. 2014-04-08 21:47:59 +02:00
bsongis
03ab5adfc1 Compilation problem on Sky9x without FrSky module / telemetry 2014-04-07 12:00:02 +02:00
bsongis
a3344f399b Fixes #904 2014-04-02 14:21:36 +02:00
bsongis
6b2ca5d8dd Fixed Splash fixes. While testing Issue #904 existing code ... 2014-04-02 12:17:31 +02:00
bsongis
db8071fc36 Issue #667 fixed 2014-03-26 10:28:36 +01:00
bsongis
8c59a196c7 Inputs / Mixers screens rearrangement / bugfixes 2014-03-25 17:03:24 +01:00
Damjan Adamic
e5cbba4ee2 Proper rounding for values that are scaled down. Displayed and spoken values affected.
Example: value 3.47V was spoken as 3.4V, new spoken value is 3.5V
2014-03-23 20:50:02 +01:00
bsongis
7f6a137ce8 2 more files removed 2014-03-05 14:24:51 +01:00
bsongis
5b0835cecb translations.h/.cpp files splitted into translations.h/.ccp and
fonts.h/.cpp
2014-03-05 10:59:52 +01:00
bsongis
3788f5f562 5 more files removed 2014-03-04 18:31:12 +01:00
bsongis
7435416422 More cleaning in bootloader 2014-03-03 21:31:34 +01:00
bsongis
3215346a1b Issue #767 - Extra Pot (S3) support 2014-03-01 18:54:08 +01:00
bsongis
f250d381e5 Issue #764 fixed 2014-02-28 12:16:43 +01:00
bsongis
d465ee80a2 Indentation fixed so that cpplint is ok 2014-02-26 15:22:27 +01:00
Andre Bernet
94afb88f8b Merge branch 'next' of https://github.com/opentx/opentx into bsongis/vario_improvements
Conflicts:
	radio/src/audio_arm.cpp
2014-02-25 19:02:36 +01:00
Andre Bernet
82146f7b7d Merge branch 'next' of https://github.com/opentx/opentx into bsongis/Issue713_more_custom_functions 2014-02-25 18:17:15 +01:00
openfsguruh
da277536b7 For All:
- GV1_XXX constants are now in myeeprom.h to be close to the mixer defines
  (they need to match to the defined types, e.g. needs to have enough bits)

For Stock:
- bugfix gvars not working for weight for stock transmitter

For ARM based Transmitter:
- limits offset now to 490 (instead of 4085)
- limits for weight and offset can be easily changed in myeeprom.h, with defines
  #define GV_RANGE_WEIGHT 500
  #define GV_RANGE_OFFSET 490
  (be sure they are not bigger than something about 4000)

No code cost
2014-02-22 14:47:36 +01:00
Bertrand Songis
9ade773618 Merge remote-tracking branch 'origin/next' into
bsongis/Issue713_more_custom_functions

Conflicts:
	radio/src/.gitignore
	radio/src/opentx.cpp
2014-02-21 14:26:11 +01:00
Bertrand Songis
6312222eec Flash saving, I hope I am not wrong I removed the STARTUP_WARNING_INIT
state
2014-02-21 11:08:17 +01:00
Bertrand Songis
f857d5454e Cosmetics 2014-02-21 10:15:12 +01:00
Bertrand Songis
e38a4d320f Issue #713 - Automatic Switch Audio Files (part 1) 2014-02-19 10:41:03 +01:00
Bertrand Songis
8023606223 A little bit expo (x^2) in repeat frequency 2014-02-18 16:28:25 +01:00
Bertrand Songis
1767de646d Vario repeat parameter added 2014-02-18 11:33:02 +01:00
Bertrand Songis
967af60cbe Vario improvements 2014-02-17 23:26:12 +01:00
openfsguruh
45ba06c7b9 Merge remote-tracking branch 'origin/next' into andreas/Issue020_ThrWarnPotsAndTransmitterFix_Merged 2014-02-11 17:10:18 +01:00
Bertrand Songis
2c60b84258 Conversions errors (negative switches) 2014-02-11 11:29:10 +01:00
openfsguruh
da23a624dc merged changes from Issue020_ThrottleWarning
based on current next branch, includes all changes from old
ThrottleWarning branch.

Solves issue 020: Throttle warning if P1-P3 is selected as Thr source.
Adds Turnigy TransmitterFix option
code savings:
120 bytes without Transmitter fix
4 bytes but 1 more data if Transmitter Fix is activated.

Added make option TURNIGY_TRANSMITTER_FIX for this purpose
TURNIGY_TRANSMITTER_FIX = NO   is default
set to YES for new Turnigy9x transmitter which transmits even no pulses
are generated.
2014-02-10 20:51:25 +01:00
Bertrand Songis
9337fa861f EEPROM v216 conversions fixes 2014-02-10 17:52:53 +01:00
Bertrand Songis
08a37b77e7 Renaming started ... who wants to continue? 2014-02-08 08:38:06 +01:00
Andre Bernet
17823786e4 Merge branch 'bsongis/Issue592_sticky_switches' into next
Conflicts:
	radio/src/gui/menu_model.cpp
2014-02-07 23:39:28 +01:00
Bertrand Songis
9894fda194 Issue #592 - Stay logical switches function added. Range also prepared
to avoid another EEPROM change in a future release.
2014-02-07 17:50:29 +01:00
Andre Bernet
b12f76bc39 Merge pull request #621 from opentx/bsongis/Issue554_trims_relative_default
All good!
2014-02-07 11:35:58 +01:00
Bertrand Songis
38129abd43 Issue #592 - 422bytes saved on 9x stock!!! 2014-02-06 15:57:59 +01:00
Bertrand Songis
cae4d1ecf6 Issue #592 - All boards will have this feature available, it costs only
50bytes on stock board (I saved more in this same branch)
2014-02-06 14:43:43 +01:00
Bertrand Songis
873d2c4377 Merge remote-tracking branch 'origin/next' into
bsongis/Issue592_sticky_switches

Conflicts:
	radio/src/gui/menu_model.cpp
2014-02-05 08:01:40 +01:00
mhotar
40edf9f88a Merge remote-tracking branch 'origin/next' into mhotar/layout_alignments_Issue #584
Conflicts:
	radio/src/translations/es.h.txt
	radio/src/translations/fr.h.txt
	radio/src/translations/pl.h.txt
Manually resolved.
2014-02-04 13:41:39 +01:00
Bertrand Songis
a48d76504a [all] Issue #592 - Sticky switches: more code rewritten, more flash
saved on 9x stock. Logical Switches Delay and Duration modified on
Taranis and Sky9x
2014-02-03 23:20:49 +01:00
Bertrand Songis
e48c27d30a [all] Issue #592 - Sticky switches on all boards. Saves 62bytes on
stock!
2014-02-03 14:33:55 +01:00
Bertrand Songis
9730f8d190 [Taranis] Issue #592 - Sticky switches 2014-02-03 11:22:06 +01:00
Bertrand Songis
53c670deee Merge remote-tracking branch 'origin/next' into
bsongis/Issue554_trims_relative_default

Conflicts:
	radio/src/gui/menu_model.cpp
2014-02-01 19:56:31 +01:00
Bertrand Songis
582b14e919 Merge remote-tracking branch 'origin/next' into
bsongis/Issue554_trims_relative_default

Conflicts:
	companion/src/eeprominterface.h
	companion/src/firmwares/er9x/er9xinterface.cpp
	companion/src/firmwares/ersky9x/ersky9xinterface.cpp
2014-01-31 22:15:23 +01:00
Bertrand Songis
1cef62df48 Compilation error 2014-01-31 12:32:09 +01:00
Bertrand Songis
38145a02f4 Merge remote-tracking branch 'origin/next' into
bsongis/Taranis_6Positions_Pot

Conflicts:
	radio/src/myeeprom.h
2014-01-31 11:28:34 +01:00
Bertrand Songis
7d88ff506e Issue #541 fixed 2014-01-28 17:51:35 +01:00
Bertrand Songis
046a4d253d [Taranis] Issue #554 Radio part done. We have now modes on trims.
Let's say we are configuring the Rudder Trim on phase 1:
- R:0  => Rudder trim = Rudder trim(phase 0)
- R+0  => Rudder trim = Rudder trim(phase 0) + Rudder trim(phase 1)
- R--  => Rudder trim is OFF

Still needs to be done:
- The result on screen is awful. I need ideas. Martin?
- Companion conversions / UI for this feature
- R+1 when configuring Rudder Trim on phase 1 should be impossible
2014-01-27 11:28:10 +01:00
mhotar
5d9293e8f5 Version page realigned, 10B saved
\036 -Newline code for all platforms
stamp strings joined together to vers_stamp
2014-01-26 19:33:47 +01:00
Bertrand Songis
b4c6d123c8 Better implementation for the automatic detection of a 6pos switch 2014-01-15 21:15:28 +01:00