Assembla home | Assembla project page
 

Changeset 421

Show
Ignore:
Timestamp:
06/15/08 19:44:04 (2 years ago)
Author:
Jucifer
Message:

+ added the missing get_raw_nr line to trunk/lib/ubasic/tokenizer.c

+ trying to add scriptless remote support for ixus50_sd400

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/juciphox/core/kbd.c

    r420 r421  
    6464int shutter_int=0; 
    6565 
    66 #if defined(CAMERA_a450) || defined(CAMERA_ixus55_sd450) || defined(CAMERA_ixus65_sd630) || defined(CAMERA_ixus70_sd1000) || defined(CAMERA_ixus700_sd500) || defined(CAMERA_ixus850_sd800) 
     66#if defined(CAMERA_a450) || defined(CAMERA_ixus50_sd400) || defined(CAMERA_ixus55_sd450) || defined(CAMERA_ixus65_sd630) || defined(CAMERA_ixus70_sd1000) || defined(CAMERA_ixus700_sd500) || defined(CAMERA_ixus850_sd800) 
    6767#define ZSTEP_TABLE_SIZE 7 
    6868static int nTxtbl[]={0,1,2,3,4,5,6}; 
  • branches/juciphox/include/camera.h

    r417 r421  
    290290    #define CAM_RAW_ROWS                1968   // for 5 MP 
    291291 
     292    #undef  CAM_SYNCH   
    292293    #undef  CAM_USE_ZOOM_FOR_MF 
    293294    #undef  CAM_HAS_ERASE_BUTTON 
     
    299300    #undef  CAM_HAS_IS 
    300301        //#define CAM_CONSOLE_LOG_ENABLED     1 
    301     #define SCRIPTLESS_REMOTE_NOT_ENABLED 
    302302 
    303303//---------------------------------------------------------- 
  • trunk/lib/ubasic/tokenizer.c

    r331 r421  
    114114  {"get_prop",                TOKENIZER_GET_PROP}, 
    115115  {"get_raw_count",           TOKENIZER_GET_RAW_COUNT}, 
     116  {"get_raw_nr",              TOKENIZER_GET_RAW_NR}, 
    116117  {"get_sv96",                TOKENIZER_GET_SV96}, 
    117118  {"get_tick_count",          TOKENIZER_GET_TICK_COUNT},