LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Tue May 29 06:15:10 CEST 2007
    Subject: [cvs-checkins] MODIFIED: lq057q3dc02 ...
    Top
    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



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.