475place
WatchMaker Bug Tracking All the ideas and discussions
1 vote Vote

Image tint not changing based on {abright}

I have viewed a previous post about this, which was rejected.
http://watchmaker-bugs.idea.informer.com/proj/?ia=91923

However, I am still seeing this issue with version 3.9.9d

I have tried the following, but in each case the image (.png) will tint properly when the display enters dim mode, but it will not when exiting dim mode.

{abright} and 'FFFFFF' or '555555'
( {abright} == true ) and 'FFFFFF' or '555555'
( '{abright}' == 'true' ) and 'FFFFFF' or '555555'

Thank you.

Brian , 21.06.2016, 14:44
Idea status: under consideration

Comments

Brian, 21.06.2016, 15:12
Note: I also tried assigning the tint value using a variable and setting the variable within the on_display_bright() and on_display_not_bright() functions. Same results, the image tints correctly when entering dim, stays dim when entering bright.

Leave a comment