Subversion Repositories group.NITPanels

Rev

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

Rev 5 Rev 6
Line 267... Line 267...
267
            }            
267
            }            
268
        }
268
        }
269
 
269
 
270
        public void UpdateDisplay() {
270
        public void UpdateDisplay() {
271
            this.sendData(0);
271
            this.sendData(0);
272
            this.sendData(1);
-
 
273
            this.latchDisplay(0);
272
            this.latchDisplay(0);
-
 
273
            this.sendData(1);
274
            this.latchDisplay(1);
274
            this.latchDisplay(1);
275
        }
275
        }
276
 
276
 
277
        public void UpdateDisplay(byte dis) {
277
        public void UpdateDisplay(byte dis) {
278
            this.sendData(dis);
278
            this.sendData(dis);