Skip to content

Commit

Permalink
Radio Station Icon on Clock Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed Oct 10, 2024
1 parent 832fb57 commit e095598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,7 @@ void setStation(uint16_t sta) {
_f_newStreamTitle = true;
}
else {
if(_state != RADIO) changeState(RADIO);
_streamTitle[0] = '\0';
_icyDescription[0] = '\0';
_f_newStreamTitle = true;
Expand Down Expand Up @@ -2197,7 +2198,7 @@ void changeState(int32_t state){
case DLNAITEMSLIST: lst_DLNA.disable();
break;
case CLOCK: btn_CL_Mute.disable(); btn_CL_alarm.disable(); btn_CL_radio.disable();
/* clk_CL_green.disable(); */ sdr_CL_volume.hide(); btn_CL_off.disable(); pic_RA_logo.disable();
/* clk_CL_green.disable(); */ sdr_CL_volume.hide(); btn_CL_off.disable();
break;
case ALARM: clk_AL_red.disable(); btn_AL_left.disable(); btn_AL_right.disable(); btn_AL_up.disable(); btn_AL_down.disable();
btn_AL_ready.disable();
Expand Down

0 comments on commit e095598

Please sign in to comment.