kanflo / opendps

Give your DPS5005 the upgrade it deserves
MIT License
895 stars 124 forks source link

Colored power button #167

Closed kohrar closed 5 years ago

kohrar commented 5 years ago

The power button is colored:

JackNewman12 commented 5 years ago

I really like the green power icon (I actually made the same change on my fork).

I personally prefer to have it just blank rather than red for power off. (Any color = something is live) Would it make sense to add this as a compile time switch?

kohrar commented 5 years ago

I added two flags to the Makefile:

Setting POWER_COLORED=1 and POWER_OFF_VISIBLE=0 (defaults now) should get your desired behavior.