Changeset 25874


Ignore:
Timestamp:
02/05/14 17:51:15 (10 years ago)
Author:
gost
Message:

[titan] ufs910.... del workaround HD display icon on/off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/service.h

    r25871 r25874  
    536536        if(flag == 0 && status.autochangechannelname == 1)
    537537                addtimer(&autochangechannelname, START, 1000, 1, NULL, NULL, NULL);
    538        
    539         //set HD icon on display
    540         if(checkbox("UFS910") == 1) {
    541                 if(status.videosize.w > 576)
    542                         system("fp_control -i 2 1 &");
    543                 else
    544                         system("fp_control -i 2 0 &");
    545         }
    546538       
    547539        //autoresolution
Note: See TracChangeset for help on using the changeset viewer.