Ignore:
Timestamp:
May 19, 2015, 3:52:58 PM (9 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/display/main.c

    r555 r574  
    1212#include <hard_config.h>     // To check Frame Buffer size
    1313
    14 #define FILENAME    "misc/images.raw"
    15 #define NPIXELS     128
    16 #define NLINES      128
    17 #define NIMAGES     20                 
     14#define FILENAME    "misc/lena.raw"
     15#define NPIXELS     256
     16#define NLINES      256
     17#define NIMAGES     1                 
    1818#define NBLOCKS     (NPIXELS*NLINES/512)   // number of blocks per image
    1919
Note: See TracChangeset for help on using the changeset viewer.