Changeset 205

Show
Ignore:
Timestamp:
03/21/06 21:09:15 (3 years ago)
Author:
goodea
Message:

really scanline only

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/hal/lpc2106-cmucam3/cc3.c

    r204 r205  
    9191 * This is slow, but takes care of channel of interest, downsampling, and virtual bounding boxes 
    9292 */ 
    93  
    94 int cc3_pixbuf_read () 
    95 { 
    96   return 0; 
    97 } 
    9893 
    9994void _cc3_seek_top () 
  • trunk/include/cc3.h

    r204 r205  
    9898uint8_t *cc3_malloc_rows (uint32_t rows); 
    9999 
    100 void cc3_pixbuf_load (void); 
    101  
    102100void cc3_frame_default (void); 
    103101/** 
  • trunk/lib/cc3_ilp/cc3_ilp.c

    r204 r205  
    1414  size_x = cc3_g_current_frame.width; 
    1515  size_y = cc3_g_current_frame.height; 
    16   cc3_pixbuf_load (); 
     16 
    1717  putchar (1); 
    1818  putchar (size_x);