- Timestamp:
- 10/11/09 22:46:27 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
platform/generic/shooting.c (modified) (3 diffs)
-
tools/dancingbits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/generic/shooting.c
r813 r814 46 46 const int tv_override_amount = sizeof(tv_override)/sizeof(tv_override[0]); 47 47 48 // offset index into tv_override to translate into 1/3 stops in APEX 48 49 #if CAM_EXT_TV_RANGE 49 50 const int tv_override_zero_shift = 18+15; … … 1095 1096 // ...use Tv override value as seed for bracketing: 1096 1097 if (conf.tv_enum_type) 1097 bracketing.tv96 = 32*(conf.tv_override_value- 18);1098 bracketing.tv96 = 32*(conf.tv_override_value-tv_override_zero_shift); 1098 1099 else 1099 1100 bracketing.tv96 = shooting_get_tv96_from_shutter_speed(shooting_get_shutter_speed_override_value()); … … 1281 1282 { 1282 1283 if (conf.tv_enum_type) 1283 // shooting_set_tv96_direct(32*(conf.tv_override_value-18),SET_NOW);1284 1284 shooting_set_tv96_direct(32*(conf.tv_override_value-(tv_override_zero_shift)),SET_NOW); 1285 1285 else -
trunk/tools/dancingbits.c
r801 r814 15 15 #define VITALY 3 16 16 unsigned char _chr_[VITALY][8] = { 17 { 4,6,1,0,7,2,5,3 }, 18 { 5,3,6,1,2,7,0,4 }, 19 { 2,5,0,4,6,1,3,7 } 17 { 4,6,1,0,7,2,5,3 }, // original flavor 18 { 5,3,6,1,2,7,0,4 }, // nacho cheese sx200is, ixus100_sd780, ixu95_sd1200 19 { 2,5,0,4,6,1,3,7 } // mesquite bbq ixus200_sd980 20 20 }; 21 21
Note: See TracChangeset
for help on using the changeset viewer.