Changeset 43657


Ignore:
Timestamp:
03/05/19 21:48:56 (5 years ago)
Author:
gost
Message:

fb workaround for all atemio mipsel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r43656 r43657  
    627627
    628628        //Workaround für Framebuffer, es muss noch eine Funktion gebaut werden die fbset ersetzt.
    629         if(checkchipset("BCM7424") == 1) //inihdp
     629        if(checkchipset("BCM7424") == 1 || checkbox("ATEMIO6000") == 1 || checkbox("ATEMIO6100") == 1 || checkbox("ATEMIO6200") == 1) //inihdp
    630630                system("fbset -g 1280 720 1280 1440 32");
    631631
Note: See TracChangeset for help on using the changeset viewer.