ssieb / esphome_components

My collection of components for esphome
Other
191 stars 119 forks source link

ht16k33_alpha: set_brightness is in 1/16 steps #39

Open ckloeti opened 1 year ago

ckloeti commented 1 year ago

HI, as the "set_brightness" value is multiplied by 16 in ht16k33_display.cpp (int val = (int) round(level * 16) it would may make sence to mention in the README.md to use vlaues from 0.0625 to 1 with 0.0625 steps.