Changeset 863
- Timestamp:
- 12/13/09 07:18:06 (3 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
core/gui_draw.h (modified) (1 diff)
-
include/camera.h (modified) (1 diff)
-
platform/sx200is/notes.txt (modified) (1 diff)
-
platform/sx200is/sub/100c/lib.c (modified) (1 diff)
-
platform/sx200is/sub/100c/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui_draw.h
r861 r863 80 80 #define COLOR_SELECTED_BG COLOR_RED 81 81 #define COLOR_SELECTED_FG COLOR_WHITE 82 #define COLOR_ALT_BG 0xF982 #define COLOR_ALT_BG COLOR_GREY 83 83 #define COLOR_SPLASH_RED 0x29 84 84 #define COLOR_SPLASH_PINK 0x1E -
trunk/include/camera.h
r861 r863 2143 2143 //end nandoide sept-2009 2144 2144 #define CAM_QUALITY_OVERRIDE 1 2145 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 2145 2146 //---------------------------------------------------------- 2146 2147 #else -
trunk/platform/sx200is/notes.txt
r862 r863 23 23 Note that sound recording is always enabled in Video Record mode. 24 24 25 AF 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 30 Shortcut 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 40 40 { 41 41 void **fb=(void **)0x2180; // 0x2150 or 0x2180 (suggested by ADamb) 42 unsigned char buff = *((unsigned char*)0x F1D8); // found at FF83809042 unsigned char buff = *((unsigned char*)0x1FD8); // found at FF838090 43 43 if (buff == 0) buff = 2; else buff--; 44 44 return fb[buff]; -
trunk/platform/sx200is/sub/100c/stubs_entry_2.S
r842 r863 36 36 NHSTUB(eventproc_export_SleepTask, 0xff827490) 37 37 NHSTUB(eventproc_export_ExitTask, 0xff81b23c) 38 NHSTUB(MakeAFScan, 0xFF93B 4B8) //different from other cams but simular toSX11038 NHSTUB(MakeAFScan, 0xFF93B538) // different from other cams but simular to SX100 and SX110 39 39 NHSTUB(PostLEDMessage, 0xFF847470 ) //questionable, might be wrong... simular to SX110 40 40 NHSTUB(UnsetZoomForMovie, 0xFF969764) // found via search for ZoomCon_UnsetZoomForMovie string
Note: See TracChangeset
for help on using the changeset viewer.