Changeset 44461


Ignore:
Timestamp:
12/28/19 19:42:39 (4 years ago)
Author:
gost
Message:

test vu ultimo4k

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/oled.h

    r44449 r44461  
    1616        if(checkbox("DM900") == 1 || checkbox("DM920") == 1)
    1717                lfb1 = malloc(xres * yres * 2);
    18         else if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1)
     18        else if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1  || checkbox("VUULTIMO4K") == 1)
    1919                lfb1 = malloc(480 * 320 * 4);
    2020        else
     
    6161                }
    6262        }
    63         else if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1)
     63        else if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1  || checkbox("VUULTIMO4K") == 1)
    6464        {
    6565                ret = write(lcdfd1, buf, xres * yres * 4);
     
    139139                }
    140140        }
    141         else if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1)           
     141        else if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1  || checkbox("VUULTIMO4K") == 1)           
    142142        {
    143143                if(status.updatevfd == PAUSE)
     
    202202#endif
    203203
    204         if(checkbox("VUDUO4K") != 1 && checkbox("VUUNO4K") != 1)
     204        if(checkbox("VUDUO4K") != 1 && checkbox("VUUNO4K") != 1  && checkbox("VUULTIMO4K") != 1)
    205205                return; //wird nicht benötigt
    206206
  • titan/titan/titan.c

    r44460 r44461  
    595595//#endif
    596596
    597         if(checkbox("VUDUO4K") == 1 || checkbox("VUZERO4K") == 1  || checkbox("VUUNO4K") == 1)
     597        if(checkbox("VUDUO4K") == 1 || checkbox("VUZERO4K") == 1  || checkbox("VUUNO4K") == 1  || checkbox("VUULTIMO4K") == 1)
    598598        {
    599599                //Standart Service abarbeitung
     
    702702        }
    703703       
    704         if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1)
     704        if(checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1  || checkbox("VUULTIMO4K") == 1)
    705705                initOLEDdream1();
    706706
     
    11111111        else
    11121112                ret = readscreen(getconfig("keyskin_file", NULL), 0, 0);
    1113         if(checkchipset("BCM7424") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1)  //inihdp
     1113        if(checkchipset("BCM7424") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("VUDUO4K") == 1 || checkbox("VUUNO4K") == 1  || checkbox("VUULTIMO4K") == 1)  //inihdp
    11141114        {
    11151115                if(getconfig("oledskin_path", NULL) == NULL)
Note: See TracChangeset for help on using the changeset viewer.