#Multiple Outputs on one display?

1 messages · Page 1 of 1 (latest)

silver sparrow
#

I have a 20x4 LCD running over i2c.
I want the ideal layout to be:

Active:
[Active Fequency]
Standby:
[Standby Frequency]

Seemingly I can't have two placeholders in the same output, so I tried having to outputs but they conflict. How can I display these two pieces of information on the same output?

jagged star
#

use config reference to bring the other frequency in, and then $$$.$$$ is your simvar for this output config,

#

and then for example ###.### is the config reference simvar for the standby frequency for example

#

If I recall right, config references are defined in the Modify tab, but they work also on the Display tab

silver sparrow
#

cool

#

On the display I only get

ACTIVE:
124.850
STANDBY:
###.###

though

#

nvmd

#

Its because I had the standby frequency turned off

#

thanks

jagged star
#

ok so it works? cool

silver sparrow
#

yes

jagged star
#

ok cool, I will mark this as solved, feel free to make a new thread if you have more questions 🙂

silver sparrow
#

thanks