Inspirati / gentlenav

Automatically exported from code.google.com/p/gentlenav
0 stars 0 forks source link

Improve default OSD Layout #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Based on input from Ric

Original issue reported on code.google.com by benjie on 22 Nov 2010 at 7:41

GoogleCodeExporter commented 9 years ago
If possible add a configuration file such as osd.h, with for example 

#define GPSLAT_ACTIVE 1
#define GPSLAT_X 21
#define GPSLAT_Y 14

#define GPSLONG_ACTIVE 1
#define GPSLONG_X 20
#define GPSLONG_Y 15

to configure position of every indicator. (Then another GUI software could 
easily create / modify such osd.h file)

Original comment by benoit.j...@gmail.com on 1 Jun 2011 at 4:49

GoogleCodeExporter commented 9 years ago
already done.  :)  Will be in MP 3.1.

http://code.google.com/p/gentlenav/source/browse/trunk/MatrixPilot/osd_layout.h

Original comment by benjie on 1 Jun 2011 at 5:17