1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 22:35:12 +03:00
Commit graph

36 commits

Author SHA1 Message Date
Damjan Adamic
b3d52e3525 Fixes #3061: some wizard lines were not visible anymore (warn users in changelog to copy new wizard to their SD cards) 2015-12-13 20:50:25 +01:00
Markus Sattler
1d6adcc25a Fixes #2870 2015-09-26 07:59:04 +02:00
Kyle Manna
9c37ba7beb permissions: Remove execute bit from images
* Remove the execute permission on all png and bmp images.
* These files will never need to be executed.
2014-11-19 09:52:30 -08:00
Kjell Kernen
dd5889c6fc Martins images added to the multicopter wizard. The wizard is now finished and can be made available for upload. 2014-06-04 13:28:32 +02:00
mhotar
2170d2a129 wizard multirotor images 2014-06-03 22:34:18 +02:00
Kjell Kernen
79b461eda8 Added multicopter wizard page to OpenTX lua wizard. The images are just place holders. 2014-06-03 18:53:56 +02:00
bsongis
fc54178c8e Delta and Plane wizards now finished! 2014-05-30 16:20:57 +02:00
bsongis
0963458d29 Plane Wizard flaps and brakes settings applied 2014-05-29 00:04:17 +02:00
bsongis
8c43ec47af Lua mixes setup fixes 2014-05-28 22:44:41 +02:00
bsongis
9047238878 Wizard splitted into 3 files 2014-05-28 10:19:30 +02:00
bsongis
4070ec52e7 Relative paths for wizard images do work well (at least on simu, but it
should work the same on the Tx or it's a bug!)
2014-05-28 07:40:40 +02:00
Kjell Kernen
4679eefc3c Deltawing bitmaps reencoded again to make them lighter.
I used the command convert -alpha deactivate -colors 16  xxx.png xxx.bmp
Using -colorspace gray gives a far to dark conversion from png to bitmap.
2014-05-28 03:17:37 +02:00
Kjell Kernen
441d56346e Fixed problem with hanging navigation when non existing heli or quad pages were selected. 2014-05-28 02:28:49 +02:00
Kjell Kernen
1c99c3d5af Removed unnecessary global lastPage variable. Prepared for having 4 plane types. 2014-05-28 02:23:37 +02:00
Kjell Kernen
5ca79216f1 Fixed navigation problem on elevons page by adding a drop down box with only 1 option. Makes navigation and appearance the same in all dialogs. 2014-05-28 02:06:38 +02:00
Kjell Kernen
b0c22d6160 Fixed display of rudder channel on confirmation page. 2014-05-28 01:53:49 +02:00
Kjell Kernen
305676bb52 Fixed the problem with the top level navigation not working in the wizard.
Reset default model type to plane.
2014-05-28 01:46:28 +02:00
Kjell Kernen
28f88a180e Added deltawing pages 2014-05-28 00:16:31 +02:00
bsongis
3cb695ed35 This was so simple :) 2014-05-27 23:02:00 +02:00
bsongis
31230aec00 Prevents the wizard from being run as a model script 2014-05-27 21:57:32 +02:00
Kjell Kernen
5620a76679 Deltawing wizard imaged reencoded after som information from Bertrand. They became somewhat darker, which might not be a bad thing on the lousy Taranis display. 2014-05-27 14:36:28 +02:00
Kjell Kernen
d5465dd264 BMP versions of Martins images for deltawing page in Wizard 2014-05-27 12:44:57 +02:00
Bertrand Songis
ffbae2592b Update wizard.lua 2014-05-27 12:01:39 +02:00
bsongis
2be373900c Wizard confirmation page 2014-05-27 08:43:36 +02:00
bsongis
614ba85ad9 Wizard: use the "0 ailerons" image in place of "0 flaps" and "0 brakes" 2014-05-27 07:22:30 +02:00
mhotar
8bfc902647 wizard images 2014-05-27 00:59:46 +02:00
bsongis
fc876f0506 Confirmation page added - not as nice as others ;) - Engine settings
applied (others remain to do). Flaps instead of Flaperons
2014-05-26 16:35:47 +02:00
bsongis
0c3b28546a Wizard servos settings screen (min/max/center/direction) 2014-05-26 15:01:12 +02:00
bsongis
e370b32203 Wizard Tail configuration page added 2014-05-26 11:15:18 +02:00
bsongis
d82dc54d05 Wizard Air brakes menu added 2014-05-26 10:42:23 +02:00
bsongis
08ad87b7ed Wizard Flaperons page added 2014-05-26 10:32:50 +02:00
bsongis
eb2fd118b7 Lua Wizard simplification. Engine paged added. 2014-05-26 10:20:29 +02:00
bsongis
02396dc03d Remove screenshots of the Wizard pages which are finished 2014-05-26 09:17:29 +02:00
bsongis
b01a936b4d The .. operator didn't work well with integers on the real radio (while
it was ok on the simu). I will try to fix the issue later, for now I
introduce the lcd.drawSource(...) function. The Wizard pages are now ok
on the radio itself!
2014-05-22 19:36:56 +02:00
bsongis
1c54a30f01 Taranis Wizard: Ailerons configuration page added 2014-05-22 16:48:15 +02:00
bsongis
c6aff45638 Taranis Wizard... first page done! All these files must be copied in a
TEMPLATES directory on the SD
2014-05-21 23:23:41 +02:00