1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00
Commit graph

8679 commits

Author SHA1 Message Date
Damjan Adamic
59653f9ca6 Fixes #3492: delay_01us() and delay_ms() functions were generating wrong delays (6 times shorter on Taranis, 8 times on X9E and Horus). Important delays adjusted, function names and code unified. (#3496) 2016-05-14 21:56:20 +02:00
Neil Horne
98798c1e42 Fixes #3459 Rotary encoders linked flight mode can freeze Companion (#3470) 2016-05-14 20:18:17 +02:00
3djc
721a166be3 Widget inital load. Currently working ONLY for SMALEST size (#3495)
* Widget inital load. Currently working ONLY for SMALEST size

* Allows selection of Cels sensor in the widgets settings, cosmetic (indentation)

* Change indent to 2
2016-05-14 20:15:07 +02:00
3djc
dcd42145d0 3djc/add lcd.rgb (#3494)
Add docs for lcd.setColor and lcd.RGB
2016-05-14 16:58:29 +02:00
Bertrand Songis
cc6ccdc3ab Travis good? 2016-05-14 12:15:49 +02:00
Bertrand Songis
29d1c4f6f6 [Taranis] DMA2_Stream1 used for SBUS Rx in the module bay 2016-05-14 12:12:01 +02:00
Bertrand Songis
0467ef862f Again OK with python2 2016-05-14 12:09:26 +02:00
Bertrand Songis
30f2f3a1e4 Again OK with python2 2016-05-14 12:08:11 +02:00
Bertrand Songis
77ca37cf96 Update README.md 2016-05-14 11:40:27 +02:00
Bertrand Songis
f63a9c4cb7 Travis install time reduced (#3493) 2016-05-14 11:33:02 +02:00
3djc
7b3dcec30e Fix lcd.drawGauge outer rectangle which was always black 2016-05-14 02:12:04 -07:00
Damjan Adamic
7161d90297 gtests fix 2016-05-14 10:22:17 +02:00
Bertrand Songis
082e2bbefd [Horus] Timer countdown ported to Horus 2016-05-14 00:16:17 +02:00
Bertrand Songis
5b7526c5e8 Fixes #2999 in 'next' (OpenTX 2.2) 2016-05-13 16:51:04 +02:00
3djc
01a69e3dbf Do not export COLOR_INDEX to LUA anymore, as they are not needed anymore due to change in setColor (#3490) 2016-05-13 16:18:40 +02:00
Bertrand Songis
aaa10034ad S6R script update 2016-05-13 14:41:48 +02:00
Bertrand Songis
7908eaa406 [All] Code refactoring
- keys beep and haptic refactoring (not anymore audio events)
- trims move/mid/min/max refactoring (trim end splitted to trim min / trim max)
- S6R new alarms
- S6R servos/rx status displayed as a text (not an integer which has no sense)
- Timer countdown configuration
- The splash was not displayed (but the timeout was there) after the first calibration
2016-05-13 14:41:48 +02:00
3djc
24abad55ca Fix CUSTOM_COLOR,… (#3489)
* Fix CUSTOM_COLOR, also change to way setColor work to a more natural : lcd.setColor(CUSTOM_COLOR, RED)

* Remove _INDEX from TBS main to match the recent change to setColor
2016-05-13 14:26:18 +02:00
Bertrand Songis
77888ae200 TTS scripts were completely broken 2016-05-13 13:08:56 +02:00
3djc
e55a84d8b7 Enables lcd.drawGauge on Horus (#3487)
* Enables lcd.drawGauge on Horus

* cosmetic, unsigned, and add flags
2016-05-13 12:34:59 +02:00
Bertrand Songis
f46ff84845 S6R Lua script fixes 2016-05-13 10:57:15 +02:00
Bertrand Songis
a8480f9af2 Cosmetics 2016-05-13 09:34:56 +02:00
Damjan Adamic
06d9ec846d Re #3485: variable type fix 2016-05-12 22:25:35 +02:00
3djc
0ec122f519 Fix lcd.drawRectangle on Horus (#3485)
* Fix lcd.drawRectangle on Horus

* Fix lcd.drawRectangle on Horus, this time not breaking other platforms

* Fix lcd.drawRectangle on Horus, this time *realy ?* not breaking other platforms

* Fix lcd.drawRectangle on Horus, default thickness to 1

* Fix lcd.drawRectangle on Horus, move to unsigned, following projectkk2glider comment

* Fix lcd.drawRectangle on Horus, spelling

* Fix lcd.drawRectangle on Horus, indent (hope I did understand your comment correctly
2016-05-12 22:08:30 +02:00
Damjan Adamic
49b3e5428f Fixes #3476: better representation of negative mixer weight in offset bar widget (ported from master) 2016-05-12 21:05:36 +02:00
Damjan Adamic
2df621993e Enable DSM protocols on all targets that define DSM2 macro, not just on Taranis. (#3471) (ported from master) 2016-05-09 20:42:27 +02:00
Damjan Adamic
49cad7f757 Re #3462: Lua doc update 2016-05-09 19:29:52 +02:00
elecpower
5f648b2050 Fixes #3214: Flight mode clear (ported from master, Re #3460) 2016-05-08 20:39:37 +02:00
Bertrand Songis
fa9b94bb71 Cosmetics 2016-05-07 15:36:36 +02:00
Bertrand Songis
dabfb705be [Horus] Cosmetics 2016-05-07 11:21:37 +02:00
Bertrand Songis
ec6a9541f1 [Horus] Another fix for french special chars + input icons 2016-05-07 11:21:02 +02:00
Andre Bernet
1c7bd63a94 [Horus] Input icons were broken 2016-05-07 10:30:41 +02:00
Andre Bernet
3b445321fc [Horus] Layout cosmetics 2016-05-06 23:28:45 +02:00
Damjan Adamic
6349ff9496 Fixes #3462: PlayTone check for min/max frequency added. Fixes Lua playTone() crash when called with abnormal parameter values. (#3468) (ported from master) 2016-05-06 22:44:43 +02:00
Damjan Adamic
8cd677d697 Projectkk2glider/issue 3463 negative filtered sensor values (#3469) (ported from master)
* Fixes #3463: negative sensor values were invalid if filter was active for the sensor

* Re #3463: enable simultaneous use of `offset` and `filter` (was: when `offset` was enabled, the `filter` was always inactive even if enabled)
2016-05-06 22:37:05 +02:00
Bertrand Songis
e2247623a2 [Horus] Shutdown animation in EMERGENCY mode - not tested 2016-05-06 10:23:32 +02:00
Bertrand Songis
cd9c17e1f4 Cosmetics 2016-05-06 10:21:32 +02:00
Bertrand Songis
8dee23d9d3 Build scripts update 2016-05-05 22:33:53 +02:00
Bertrand Songis
a5a4309cee Build scripts update 2016-05-05 20:24:43 +02:00
Bertrand Songis
1d7f33e23f Build scripts update 2016-05-05 13:56:40 +02:00
Bertrand Songis
5409d00a2a Another problem with C++11 on the Docke container 2016-05-05 12:32:27 +02:00
Bertrand Songis
addb51b25a French translations too long for the calibration screen 2016-05-05 11:29:12 +02:00
Bertrand Songis
870b6e2c68 Build scripts update 2016-05-05 11:27:51 +02:00
Bertrand Songis
65c4b26181 Build scripts update 2016-05-04 18:59:07 +02:00
Andre Bernet
f9198e3b7e Missing translation 2016-05-04 10:05:35 +02:00
Bertrand Songis
cc8ea42cdb Build scripts update 2016-05-03 07:36:25 +02:00
Damjan Adamic
baacc0fe29 Stick mode now in one global variable, it should work in Horus emerge… (#3455)
* Stick mode now in one global variable, it should work in Horus emergency mode

* Improvements (suggested by Bertrand)
2016-05-02 23:39:15 +02:00
Bertrand Songis
d2f654e32d Build scripts update 2016-05-02 23:36:57 +02:00
Bertrand Songis
30056224a6 Build scripts update 2016-05-02 23:30:44 +02:00
Bertrand Songis
bded417e8d Build scripts update 2016-05-02 23:28:54 +02:00