1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Update Credits, add ttf with Logo for Altium.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1947 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-10-12 07:34:10 +00:00 committed by dankers
parent 093e475dfc
commit c2db00fb40
4 changed files with 21 additions and 2 deletions

View File

@ -44,6 +44,10 @@ D: Multiplatform HID implementation (firmware & GCS), GCS Joystick control
D: Posix OpenPilot work and Mac implementation
D: Firmware implementation of Professor Schinstock's INS/GPS
N: Piotr Esden-Tempski
E: esden (at) esden (dot) net
D: Floss-JTAG Rev a 4-layer design
N: Frederic Goddeeris
E: fredericgoddeeris (at) hotmail (dot) com
D: I2C work and FreeRTOS work, MK integration
@ -144,7 +148,8 @@ D: PPM inputs
N: Rowan Taubitz
E: rowan (at) zantek (dot) com (dot) au
D: Hardware debugging and testing, creation of 2-layer Floss-JTAG board
D: Hardware debugging and testing, creation of 2-layer Floss-JTAG Rev B.
D: Creation of Next-Gen FOSS-JTAG board
N: Andrew Thoms
E: electronics (at) andrewspizza (dot) net

View File

@ -3,3 +3,17 @@
www.calamedesign.com
Free for non-commercial use.
***
OPenPilot Symbol Font
(c) 2010 The OpenPilot Project
www.openpilot.org
Creative Commons Attribution-ShareAlike 3.0 Australia License.
Symbols:
Capital A = OpenPilot Logo

BIN
artwork/Font/OpenPilot.ttf Normal file

Binary file not shown.

View File

@ -30,7 +30,7 @@
ModelViewGadgetConfiguration::ModelViewGadgetConfiguration(QString classId, QSettings* qSettings, QObject *parent) :
IUAVGadgetConfiguration(classId, parent),
m_acFilename("../share/openpilotgcs/models/Easystar/EasyStar.3ds"),
m_acFilename("../share/openpilotgcs/models/planes/Easystar/EasyStar.3ds"),
m_bgFilename(""),
m_enableVbo(false)
{