Changeset 205
- Timestamp:
- 03/21/06 21:09:15 (3 years ago)
- Files:
-
- trunk/hal/lpc2106-cmucam3/cc3.c (modified) (1 diff)
- trunk/include/cc3.h (modified) (1 diff)
- trunk/lib/cc3_ilp/cc3_ilp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hal/lpc2106-cmucam3/cc3.c
r204 r205 91 91 * This is slow, but takes care of channel of interest, downsampling, and virtual bounding boxes 92 92 */ 93 94 int cc3_pixbuf_read ()95 {96 return 0;97 }98 93 99 94 void _cc3_seek_top () trunk/include/cc3.h
r204 r205 98 98 uint8_t *cc3_malloc_rows (uint32_t rows); 99 99 100 void cc3_pixbuf_load (void);101 102 100 void cc3_frame_default (void); 103 101 /** trunk/lib/cc3_ilp/cc3_ilp.c
r204 r205 14 14 size_x = cc3_g_current_frame.width; 15 15 size_y = cc3_g_current_frame.height; 16 cc3_pixbuf_load (); 16 17 17 putchar (1); 18 18 putchar (size_x);
