Changeset 863


Ignore:
Timestamp:
12/13/09 07:18:06 (3 years ago)
Author:
reyalp
Message:

sx200 updates from oldgit in http://chdk.setepontos.com/index.php/topic,3994.msg44502.html#msg44502

  • fixes AF scan in video, alt drawing, zebra/histo issues.
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui_draw.h

    r861 r863  
    8080#define COLOR_SELECTED_BG   COLOR_RED 
    8181#define COLOR_SELECTED_FG   COLOR_WHITE 
    82 #define COLOR_ALT_BG        0xF9 
     82#define COLOR_ALT_BG        COLOR_GREY 
    8383#define COLOR_SPLASH_RED    0x29 
    8484#define COLOR_SPLASH_PINK   0x1E 
  • trunk/include/camera.h

    r861 r863  
    21432143   //end nandoide sept-2009 
    21442144   #define CAM_QUALITY_OVERRIDE 1 
     2145   #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 
    21452146//---------------------------------------------------------- 
    21462147#else 
  • trunk/platform/sx200is/notes.txt

    r862 r863  
    2323Note that sound recording is always enabled in Video Record mode. 
    2424 
     25AF in Video mode 
     26  To enable set "AF Key" (Set or Shutter) in the CHDK menu, 
     27  during video recording press the AF Key to make a single AF scan. 
     28 
     29 
     30Shortcut Keys 
     31 In Alt mode 
     32 TOGGLE RAW                DISPLAY Key 
     33 In Half press shoot Mode   
     34 TOGGLE HISTO              DOWN Key 
     35 TOGGLE ZEBRA              MENU Key 
     36 TOGGLE OSD                RIGHT Key 
     37 TOGGLE DISABLE OVERRIDES  LEFT Key 
     38 
     39 
     40 
  • trunk/platform/sx200is/sub/100c/lib.c

    r833 r863  
    4040{ 
    4141    void **fb=(void **)0x2180;                               // 0x2150 or 0x2180 (suggested by ADamb) 
    42     unsigned char buff = *((unsigned char*)0xF1D8);          // found at FF838090 
     42    unsigned char buff = *((unsigned char*)0x1FD8);          // found at FF838090 
    4343    if (buff == 0) buff = 2;  else buff--;     
    4444    return fb[buff]; 
  • trunk/platform/sx200is/sub/100c/stubs_entry_2.S

    r842 r863  
    3636NHSTUB(eventproc_export_SleepTask, 0xff827490) 
    3737NHSTUB(eventproc_export_ExitTask, 0xff81b23c) 
    38 NHSTUB(MakeAFScan, 0xFF93B4B8)                //different from other cams but simular to SX110 
     38NHSTUB(MakeAFScan, 0xFF93B538)                    // different from other cams but simular to SX100 and SX110 
    3939NHSTUB(PostLEDMessage, 0xFF847470 )               //questionable, might be wrong... simular to SX110 
    4040NHSTUB(UnsetZoomForMovie, 0xFF969764)             // found via search for ZoomCon_UnsetZoomForMovie string 
Note: See TracChangeset for help on using the changeset viewer.