Changeset 25871


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

[titan] ufs910.... set HD display icon on/off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/service.h

    r25781 r25871  
    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        }
    538546       
    539547        //autoresolution
Note: See TracChangeset for help on using the changeset viewer.