|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue May 29 06:15:10 CEST 2007
Subject: [cvs-checkins] MODIFIED: lq057q3dc02 ...
Date: 00/07/05 29:06:15 Modified: lq057q3dc02/software/Java Gen_LCD_Image.java Log: Revision Changes Path 1.2 lq057q3dc02/software/Java/Gen_LCD_Image.java http://www.opencores.org/cvsweb.shtml/lq057q3dc02/software/Java/Gen_LCD_Image.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Gen_LCD_Image.java =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/software/Java/Gen_LCD_Image.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Gen_LCD_Image.java 25 May 2007 11:20:18 -0000 1.1 +++ Gen_LCD_Image.java 29 May 2007 04:15:10 -0000 1.2 @@ -18,7 +18,7 @@ // //---------------------------------------------------------------------------- // -// $Id: Gen_LCD_Image.java,v 1.1 2007/05/25 11:20:18 jwdonal Exp $ +// $Id: Gen_LCD_Image.java,v 1.2 2007/05/29 04:15:10 jwdonal Exp $ // // Description: This program parses the RGB COE files in binary, decimal // or hex format and displays what the image should look like on the LCD @@ -71,7 +71,6 @@ private int currByteIntBlue; private String hdrFileStr; - private String temp; /** @@ -97,9 +96,6 @@ hdrFileStr = "uninitialized"; - temp = "unintialized"; - - } @@ -208,6 +204,8 @@ public void getRadixValues() throws IOException { + String temp = "unintialized"; + for( int fileNum = 0; fileNum < NUM_COE_FILES; fileNum++ ) { //Scan for the memory initialization radix value for each file
|
 |