Search found 3 matches

by knildon
Wed Apr 06, 2016 12:43 am
Forum: MegunoLink
Topic: Button pressed feedback information
Replies: 2
Views: 12068

Re: Button pressed feedback information

I was experimenting and think I've partially answered my question about the progress bar. I can set the progress to "0" and the background is red (off) and then set it to "100" to get a color of green (on) just like I wanted. Now I have to work on the code to do that but I don't think it will be too ...
by knildon
Tue Apr 05, 2016 3:35 am
Forum: MegunoLink
Topic: Stand alone Interface Panel
Replies: 2
Views: 12799

Stand alone Interface Panel

One more question.
Is there a way to separate the interface panel from the Megunolink framework? Make it a stand alone panel as I see in the pictures on the website.
Or is there a way to hide the framework of Megunolink?
Don
by knildon
Tue Apr 05, 2016 3:28 am
Forum: MegunoLink
Topic: Button pressed feedback information
Replies: 2
Views: 12068

Button pressed feedback information

My interface panel has 4 buttons to energize relays (On) and 4 buttons to de-energize the relays (Off). I would like an indication back from Arduino that the action was completed. I wanted to have a box that would change colors to indicate On (Green) or Off (Red) but I see no way of doing that ...