Changing the color of a button and an example of project progress

I am working on a project to make my air conditioner digital controlled by REALDASH. I need to change the color of the button, whether it is off or on, the only way I found is to make the button transparent, put just a green image behind it, for example, and when I click on the button, the image will appear and the button will appear green Any suggestions on how to do this?
The code for the button sent to the Arduino is

frame(0x0c81:0x41)

I do this by using the “Image Blend Color”. Change the Editing Level to one of three “Normal, Warning, Critical” Change the color to what you want. Then go to the input & values and define what warning/critical mean.

Example: Cruise:
Normal:

Warning:

Critical:

This for Inputs & Values

When it is a 0, it is Normal, when I turn on cruise the input is set to 1 and it goes to Warning, and when cruise is set it goes to Critical.

The Icon goes from white an barely visible, to yellow and visible, to green and visible.

I use a text gauge to verify the numbers for debug
david

2 Likes

Thank you I will check it out