dhrone / pydPiper

A general purpose program to display song metadata on LCD and OLED devices
MIT License
78 stars 36 forks source link

3 boxes right hand side on bottom row. #122

Closed pkarza closed 3 years ago

pkarza commented 3 years ago

Well - after pulling my hair out a bit, I got this working...but the clock has no issues with the display, but the web radio gives three boxes on the second line.. is this normal? IMG_20210321_174525

dhrone commented 3 years ago

Yes, it is expected. That is the songprogress bar that shows how much of a song has been played. When playing streams though it quickly fills up if the streaming source does not change the elapsed value. If you want to get rid of that then you should remove , ('songprogress',65,8) from the playartist_radio, playalbum_radio, and playtitle_radio entries within the CANVAS section of your pageFile (presumably pages_lcd_16x2.py).

pkarza commented 3 years ago

thanks!

dhrone commented 3 years ago

I think this issue is closed. Feel free to reopen if you disagree.