Ignore:
Timestamp:
03/17/12 23:35:09 (12 years ago)
Author:
gost
Message:

[lcdpearl] displays all the menus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/lcdpearl1/lcdpearl1.c

    r14478 r14735  
    7272        firststart = 0;
    7373        draw = 0;
     74        status.write_png = 1;
    7475       
    7576        while (LCD_Pearl1thread->aktion != STOP) {
     
    7980                if(status.infobaraktiv == 1)
    8081                {
     82                        status.write_png = 1;
    8183                        tmpstr2 = getaktchannelname(NULL);
    8284                        tmpstr3 = getrec(NULL, NULL);
     
    8587                else if(status.playspeed != 0 || status.play != 0 || status.pause != 0)
    8688                {
     89                        status.write_png = 0;
    8790                        loopcount++ ;
    8891                        type = 2;
     
    9093                else
    9194                {
     95                        status.write_png = 1;
    9296                        type = 999;
    9397                }
     
    219223                                        }
    220224                                        //else if(type == 999 && status.mcaktiv == 1)
    221                                         else if(type == 999)   
    222                                         {
    223                                                 changetext(akttimemc1, tmpstr);
     225                                        //else if(type == 999) 
     226                                        //{
     227                                                //changetext(akttimemc1, tmpstr);
    224228                                                //drawscreen(LCD_MC_Menu, 3);
    225                                         }
     229                                        //}
    226230                                }
    227231                        }
     
    241245        LCD_Pearl1thread = NULL;
    242246        drawscreen(LCD_Pearl1, 0);
     247        status.write_png = 0
    243248        return;
    244249}
Note: See TracChangeset for help on using the changeset viewer.