Changeset 1518
- Timestamp:
- 12/31/11 05:26:46 (17 months ago)
- Location:
- branches/reyalp-flt/platform/s95
- Files:
-
- 5 edited
-
lib.c (modified) (1 diff)
-
sub/100e/lib.c (modified) (1 diff)
-
sub/100h/lib.c (modified) (1 diff)
-
sub/100i/lib.c (modified) (1 diff)
-
sub/100k/lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/platform/s95/lib.c
r1244 r1518 60 60 _PostLogicalEventForNotPowerType(0x1005,0); 61 61 } 62 63 64 int vid_get_viewport_width() 65 { 66 return 360; 67 } 68 69 long vid_get_viewport_height() 70 { 71 return 240; 72 73 } 74 75 // Y multiplier for cameras with 480 pixel high viewports (CHDK code assumes 240) 76 int vid_get_viewport_yscale() { 77 return 2; // G12 viewport is 480 pixels high 78 } -
branches/reyalp-flt/platform/s95/sub/100e/lib.c
r1514 r1518 76 76 return (char*) 0xBBC9C; // @FFA3ACC4 - ok 77 77 } 78 79 80 int vid_get_viewport_width()81 {82 return 720;83 }84 85 86 long vid_get_viewport_height()87 {88 return 240;89 90 } -
branches/reyalp-flt/platform/s95/sub/100h/lib.c
r1514 r1518 76 76 return (char*) 0xBBC9C; // @FFA3ACC4 - ok 77 77 } 78 79 80 int vid_get_viewport_width()81 {82 return 720;83 }84 85 86 long vid_get_viewport_height()87 {88 return 240;89 90 } -
branches/reyalp-flt/platform/s95/sub/100i/lib.c
r1514 r1518 76 76 return (char*) 0xBBC9C; // @FFA3ACC4 - ok 77 77 } 78 79 80 int vid_get_viewport_width()81 {82 return 720;83 }84 85 86 long vid_get_viewport_height()87 {88 return 240;89 90 } -
branches/reyalp-flt/platform/s95/sub/100k/lib.c
r1514 r1518 76 76 return (char*) 0xBBC9C; // @FFA3ACC4 - ok 77 77 } 78 79 80 int vid_get_viewport_width()81 {82 return 720;83 }84 85 86 long vid_get_viewport_height()87 {88 return 240;89 90 }
Note: See TracChangeset
for help on using the changeset viewer.