Jump to content

Help


BuzziBi

Recommended Posts

Can someone please help me with this?

I try to create my own GPS, this way I'm trying to learn how things work :D

 

I use this at the top at my gps gauge:

 

(L:MapInit) 0 == if{

0 (>L:LayerTerrain) // The L:LayerTerrain is eigther "0" or "1"

and so on..................

 

The (>L:LayerTerrain) eigther show the black map at "0" or the elevation colored map at "1"

 

I want the color on the to change compared to the "0 (>L:LayerTerrain)".

If the L:Layerterrain is "0" the color on the "Compass rose" should be "0x006666" and if the L:Layerterrain is "1" the color on the "Compass rose" should be "0x00FF00"

 

I can not figure out how to set up the value. :(

if (L:Layerterrain) 0 == { 0x006666 } else{ 0x00FF00 }

And I'm all like...Weeeeeeeeee
Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...