Changeset 669 for soft/giet_vm/applications/display
- Timestamp:
- Jul 27, 2015, 8:40:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/display/main.c
r644 r669 17 17 #define NIMAGES 10 18 18 19 #define INTERACTIVE 119 #define INTERACTIVE 0 20 20 21 21 unsigned char buf0[NPIXELS*NLINES] __attribute__((aligned(64))); … … 47 47 48 48 // get a private TTY 49 giet_tty_alloc( );49 giet_tty_alloc(0); 50 50 51 51 giet_tty_printf("\n[DISPLAY] P[%d,%d,%d] starts at cycle %d\n"
Note: See TracChangeset
for help on using the changeset viewer.