1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00
Commit graph

51 commits

Author SHA1 Message Date
Alberto García Hierro
c81944501f Merge pull request #279 from fiam/mspv2_settings
Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets
2017-10-12 10:07:38 +01:00
Alberto García Hierro
a44a290c8c Use MSPV2_SET_SETTING to set small_angle to 180 on FW presets
- Add a json file with the types of all settings, generated by
the settings generator on INAV.
- Implement MSPV2_SETTING and MSPV2_SET_SETTING, which gives us
access to any value exposed via settings.
- Use this to set small_angle to 180 in FW presets.
2017-10-11 18:45:49 +01:00
Alberto García Hierro
e3c115d302 Add support for OSD_EFFICIENCY
Includes new 2-char symbol for mah/km
2017-10-08 21:54:08 +01:00
Alberto García Hierro
1de198f5c2 Add arrow down symbol
Used for scrolling sidebars in OSD
2017-10-03 19:40:45 +01:00
Alberto García Hierro
559ca3068f Add AIR symbol and use it for OSD_AIR_SPEED preview 2017-09-29 21:06:48 +01:00
Alberto García Hierro
c58d0785e4 Remove unused characters from all fonts
Small 500, 2k5 and MAX chars
Battery char with B A T written in vertical
Old home arrows
[RTH] character
2017-09-29 18:49:25 +01:00
Alberto García Hierro
c45bb16bab Add icon for AIRCRAFT style crosshairs 2017-09-29 18:49:25 +01:00
Alberto García Hierro
af14400e55 Update fonts for new ALT and DIST indicators
Add "number-with-trailing-dot" characters to all font
Add "number-with-leading-dot" characters to all font
Add all ALT/DIST symbols with units to all fonts
2017-09-29 18:49:25 +01:00
Alberto García Hierro
e476ffc6f2 Add auto-THR symbol to all fonts 2017-09-26 12:15:10 +01:00
Alberto García Hierro
27f7ecad84 Reorganize "digit-dot" and alt/dist characters
Use the empty space left by the nav symbols going out
2017-09-26 12:11:12 +01:00
Alberto García Hierro
9d2e34cdcd Remove 2-char nav mode characters
They're not going to be used at the end. We'll use OSD_MESSAGES
for the extended flight mode information for now.
2017-09-26 12:11:12 +01:00
Alberto García Hierro
666be62544 Update default font with more characters
"0." - "9.", used to display numbers with decimals without using
a whole character slot for the decimal separator.
Added ALTm, ALTkm, ALTft, ALTkft, DSTm, DSTkm, DSTft, DSTmi, m,
km and mi.

Added to the default font only for now. If we end up with a
satisfying implementation, bold and large fonts will be updated
later.
2017-09-26 12:11:12 +01:00
Alberto García Hierro
a9f6a9d5a7 Add HDOP character and support for OSD_GPS_HDOP 2017-09-25 10:22:57 +01:00
Alberto García Hierro
868af88ea9 Add clock character to all fonts 2017-09-15 20:31:45 +01:00
Alberto García Hierro
e8f2628b13 Add exclamation character for bold and large fonts
Fixes #246
2017-09-15 11:30:50 +01:00
Alberto García Hierro
e79911d327 Add characters for NAV modes
[RTH], [WPT], [ALT], [POS] and [A+H].

Characters have been added to all character maps. Leave a white
character after mp/h and the first 2-char image intentionally to
avoid the preview in the configurator showing an icon between
2 lines.
2017-08-25 20:41:49 +02:00
Alberto García Hierro
8a16e3b245 Add mp/h symbol to all charmaps 2017-08-24 19:05:39 +02:00
Alberto García Hierro
b4fd2a06ca Combine images for 2-char icons
Satellites (030-031) and RTH (157-158)
2017-08-24 18:14:03 +02:00
Alberto García Hierro
ccfce6a129 Add missing icons in bold and large from default charmap
Arrow icons (171-175) were missing from non-default charmaps
2017-08-24 18:14:03 +02:00
Alberto García Hierro
ff85a793ad Remove betaflight logo from the character maps
We're not using it, so there's no reason to keep all
those characters around.
2017-08-24 18:14:03 +02:00
Alberto García Hierro
89f4383962 Split character maps into their images
This should make it easier to edit and maintain our own
character map and fix all the pending issues with the OSD
not displaying enough information.
2017-08-24 18:14:00 +02:00
Pawel Spychalski (DzikuVx)
b3df60605b OSD fonts 2017-02-27 21:54:35 +01:00
Pawel Spychalski (DzikuVx)
25c8a6f61c crude port 2016-11-29 19:47:47 +01:00
oleost
7de2509bc3 Correct icon for airplane mixer.
Output 1 Motor/ESC

Output 2 Motor/ESC

Output 3 Elevator

Output 4 Aileron

Output 5 Aileron

Output 6 Rudder
2016-07-14 13:10:28 +02:00
skaman82
6b6fd4d35c Color scheme changes 2016-05-24 17:28:30 +02:00
Dominic Clifton
ccfaa83f66 Update motor order images with new color scheme. 2015-11-11 21:25:15 +00:00
Dominic Clifton
a1d3469222 Deleting unused quad_x image.
Note: the file is useful as a guide when updating the script that
generates the motor_order images.
2015-11-09 23:46:14 +00:00
skaman82
7b13edfc83 reverting quadX picture 2015-11-09 22:31:45 +01:00
skaman82
06f643812d sync 2015-11-02 22:07:37 +01:00
skaman82
a618839f50 Some updates 2015-10-30 17:41:39 +01:00
skaman82
7ba3e29fec Update of QuadX SVG 2015-10-29 23:45:59 +01:00
skaman82
bce809fd7d sync 2015-10-24 11:07:16 +02:00
Nicholas Sherlock
035d5a36d4 Fix rendering of fallback model on software canvas renderer 2015-03-19 17:42:09 +13:00
Dominic Clifton
831e4a848e Merge branch 'blackbox-flash' of
https://github.com/sherlockflight/cleanflight-configurator-dev into
sherlockflight-blackbox-flash

Conflicts:
	_locales/en/messages.json
2015-02-22 21:51:18 +00:00
Nicholas Sherlock
3c2bb6225d Remove old fallback model texture, fix fallback model .json 2015-02-16 17:13:43 +13:00
AKfreak
0159ea9244 updated 3d models 2015-02-02 15:49:54 -08:00
Dominic Clifton
e871466869 Moving script. 2015-02-02 00:07:44 +00:00
Dominic Clifton
bd2754a0de Fix permissions of motor order files. 2015-02-02 00:05:39 +00:00
AKfreak
84018c304a added all new 3d models for cleanflight-configurator program 2015-01-30 13:59:43 -08:00
Jonathan Hudson
566c0a7ccd replace motor order models with script generated varients 2015-01-10 19:15:43 +00:00
cTn
c005b7604c add vtail/atail quad models from norem
#58
2014-12-05 17:25:33 +01:00
cTn
b7e6f66a3d add adjusted svg graphics for V tail and A tail quad from norem
#58
2014-11-19 19:36:11 +01:00
jeff
5cff317208 Changed model extensions from .js. to .json fitting with export from
latest three.js exporter.
	725819c98d

Updated texture on new models.
2014-11-02 19:04:32 +11:00
jef79m
a7c3779b25 Added some new models 2014-10-31 23:42:26 +11:00
cTn
3f0b501063 move motor_order to resources 2014-10-02 13:11:25 +02:00
creyc
4b1fb30bba Fallback model rotated correct orientation 2014-10-01 11:53:44 -04:00
creyc
54a4be4842 Added labels to fallback model 2014-10-01 11:18:28 -04:00
creyc
713b333e00 Adding fallback model for canvas renderer 2014-09-30 14:13:16 -04:00
Corey
c5d6cd4ecf added props 2014-09-30 02:20:29 -04:00
cTn
844abdae26 fix the colon 2014-09-29 20:37:24 +02:00