Subversion Repositories Projects

Rev

Rev 1541 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1541 Rev 1543
Line 82... Line 82...
82
                LCDPAGES.EXTERNALCONTROL,
82
                LCDPAGES.EXTERNALCONTROL,
83
                LCDPAGES.BLCERRORS,
83
                LCDPAGES.BLCERRORS,
84
                LCDPAGES.BLCSDETECTED,
84
                LCDPAGES.BLCSDETECTED,
85
                LCDPAGES.TIMER
85
                LCDPAGES.TIMER
86
        };
86
        };
87
       
87
 
-
 
88
        /*
88
        public static FrameFactory getFrameFactory(MK_VERSION version) {
89
        public static FrameFactory getFrameFactory(MK_VERSION version) {
89
                return new FrameFactory_V0_74();
90
                return new FrameFactory_V0_74();
90
        }
91
        }
-
 
92
        */
Line 91... Line 93...
91
       
93
       
92
        // dummy impl.
94
        // dummy impl.
93
        public static LCDPAGES[] getLCDPAGES() {
95
        public static LCDPAGES[] getLCDPAGES() {
94
                return LCDPAGES_074;
96
                return LCDPAGES_074;