Any thoughts of a way to create a bar graph?
One of the sensors I read from HA is a % done amount of 0-100%. On my esphome display, I’d like to create a bar graph under the number I’m showing to depict the % done graphically.
I’m thinking it should be some sort of loop of 0 to the percentage, then display a vertical bar of width 1, increment the x position, repeat until you get to the finished percentage.
But I’m not sure how I can make that happen.
Thanks!