carlp101
Smoke me a kipper. I'll be back for breakfast!
Hi All,
I've been flying with a SkyView D1000 for a year and very pleased I am with it. However, I've always found the standard colours used for the various airspace classification, CTRs, CTA, etc., a little odd. Some of them are hard to distinguish when you fly with Terrain selected as your background. So I've changed mine, as you can see from the screenshot. If you would like to do the same here are the steps:
1. Power-on your D1000 and plug a USB stick into the cable that comes from the D37 connector (the one you use to update the Dynon software, etc.)
2. Press the two right-most buttons for a few seconds to access the system menus
3. Use the menu options to backup your system setting to the USB stick
4. Plug the USB stick into a PC and open the Dynon settings file - the file that ends in .dfg
5. You need to replace all the text from the line that contains "map_bling={" to the line immediately before the one that contains "map_north_up=MAP_ZOOM_20" with the contents of the file I have attached called "Dynon Improved Airspace Colours.txt".
6. Save the changes as a new file on the USB stick.
7. Plug the USB stick back into your D1000 and, using the system menu options, load the file
8. When you exit the system menus and view the map screen you should see the changes. If you want to revert back to your previous colours just load the original .dfg file
For those who want to play a little and make your own changes, you'll need an application that displays the colour hex codes as actual colours. You can use the following web page http://www.hexcolortool.com, but I use an application called Hex Colour Finder that allows you to sample any colour displayed on your screen and return its Hex code. You can find it here: http://www.hexcolorfinder.com
The follwoing explains what I have worked out so far about the relevent settings within the .dfg file.
Colour Code Structure
---------------------
Pairs of hexadecimal codes for Red, Green, Blue, & Transparency - from 00 = transparent to FF = solid)
Object Usage
------------
color0 = Outer colour
color1 = Inner colour
color2 = (Still to confirm where this is used)
color3 = This may be the background when the screen object is selected
Line styles used to draw the object
-----------------------------------
1. MAP_BLING_DRAW_STYLE_SOLID_TICKS = Solid boundary of color0 with ticks on the inside of color1
2. MAP_BLING_DRAW_STYLE_SOLID_FADE = Solid boundary of color0 with a faded inner boundary of color1
3. MAP_BLING_DRAW_STYLE_FILLED = ?
4. MAP_BLING_DRAW_STYLE_DASHED = Solid boundary of color0 with dashes overlaid of color1
5. MAP_BLING_DRAW_STYLE_SOLID_UNCLIPPED_TICKS = Train line style
6. MAP_BLING_DRAW_STYLE_FRAG_SHADER = ?
Example setting from the .dfg file
----------------------------------
map_bling={
tfr_active={ Active temporary flight restriction
color0=FF5A01FF Strong Orange
color1=FF0001B3 Strong Red
color2=FF5A01FF Strong Orange
color3=FFFFFFFF White
width0=2
width1=4
width2=6
cycle=0
fraction=0
outline=1
style=MAP_BLING_DRAW_STYLE_FILLED
}
tfr_upcoming={ Temporary flight restriction not yet active
color0=E6E300FF Yellow
color1=E6E30080 Yellow shaded
color2=E6E300FF Yellow
color3=FFFFFFFF White
width0=2
width1=4
width2=6
cycle=0
fraction=0
outline=1
style=MAP_BLING_DRAW_STYLE_FILLED
}
I've also attached a file where I've decoded the standard colours used, called "Colours decoded.txt"
I've been flying with a SkyView D1000 for a year and very pleased I am with it. However, I've always found the standard colours used for the various airspace classification, CTRs, CTA, etc., a little odd. Some of them are hard to distinguish when you fly with Terrain selected as your background. So I've changed mine, as you can see from the screenshot. If you would like to do the same here are the steps:
1. Power-on your D1000 and plug a USB stick into the cable that comes from the D37 connector (the one you use to update the Dynon software, etc.)
2. Press the two right-most buttons for a few seconds to access the system menus
3. Use the menu options to backup your system setting to the USB stick
4. Plug the USB stick into a PC and open the Dynon settings file - the file that ends in .dfg
5. You need to replace all the text from the line that contains "map_bling={" to the line immediately before the one that contains "map_north_up=MAP_ZOOM_20" with the contents of the file I have attached called "Dynon Improved Airspace Colours.txt".
6. Save the changes as a new file on the USB stick.
7. Plug the USB stick back into your D1000 and, using the system menu options, load the file
8. When you exit the system menus and view the map screen you should see the changes. If you want to revert back to your previous colours just load the original .dfg file
For those who want to play a little and make your own changes, you'll need an application that displays the colour hex codes as actual colours. You can use the following web page http://www.hexcolortool.com, but I use an application called Hex Colour Finder that allows you to sample any colour displayed on your screen and return its Hex code. You can find it here: http://www.hexcolorfinder.com
The follwoing explains what I have worked out so far about the relevent settings within the .dfg file.
Colour Code Structure
---------------------
Pairs of hexadecimal codes for Red, Green, Blue, & Transparency - from 00 = transparent to FF = solid)
Object Usage
------------
color0 = Outer colour
color1 = Inner colour
color2 = (Still to confirm where this is used)
color3 = This may be the background when the screen object is selected
Line styles used to draw the object
-----------------------------------
1. MAP_BLING_DRAW_STYLE_SOLID_TICKS = Solid boundary of color0 with ticks on the inside of color1
2. MAP_BLING_DRAW_STYLE_SOLID_FADE = Solid boundary of color0 with a faded inner boundary of color1
3. MAP_BLING_DRAW_STYLE_FILLED = ?
4. MAP_BLING_DRAW_STYLE_DASHED = Solid boundary of color0 with dashes overlaid of color1
5. MAP_BLING_DRAW_STYLE_SOLID_UNCLIPPED_TICKS = Train line style
6. MAP_BLING_DRAW_STYLE_FRAG_SHADER = ?
Example setting from the .dfg file
----------------------------------
map_bling={
tfr_active={ Active temporary flight restriction
color0=FF5A01FF Strong Orange
color1=FF0001B3 Strong Red
color2=FF5A01FF Strong Orange
color3=FFFFFFFF White
width0=2
width1=4
width2=6
cycle=0
fraction=0
outline=1
style=MAP_BLING_DRAW_STYLE_FILLED
}
tfr_upcoming={ Temporary flight restriction not yet active
color0=E6E300FF Yellow
color1=E6E30080 Yellow shaded
color2=E6E300FF Yellow
color3=FFFFFFFF White
width0=2
width1=4
width2=6
cycle=0
fraction=0
outline=1
style=MAP_BLING_DRAW_STYLE_FILLED
}
I've also attached a file where I've decoded the standard colours used, called "Colours decoded.txt"