Changeset 1848
- Timestamp:
- 05/11/12 08:11:56 (12 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
core/games/gui_sudoku.c (modified) (1 diff)
-
platform/sx220hs/platform_camera.h (modified) (6 diffs)
-
platform/sx230hs/platform_camera.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/games/gui_sudoku.c
r1845 r1848 32 32 //------------------------------------------------------------------- 33 33 #define SUDOKU_BG_COLOR MAKE_COLOR(COLOR_WHITE, COLOR_WHITE) 34 #define MARKER_COLOR 0xFA //COLOR_BLUE appears black on my a570 1.01a34 #define MARKER_COLOR COLOR_HISTO_G_PLAY // green for all cameras in play mode 35 35 #define TEXT_COLOR MAKE_COLOR(SUDOKU_BG_COLOR, COLOR_BLACK) 36 36 #define MARKER_TEXT_COLOR MAKE_COLOR(MARKER_COLOR, COLOR_WHITE) -
trunk/platform/sx220hs/platform_camera.h
r1832 r1848 39 39 40 40 #define CAM_HAS_ND_FILTER 1 41 41 42 42 #undef CAM_CAN_SD_OVER_NOT_IN_MF 43 43 #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO … … 45 45 #define CAM_HAS_VIDEO_BUTTON 1 46 46 #define CAM_VIDEO_QUALITY_ONLY 1 47 47 48 48 #undef CAM_VIDEO_CONTROL 49 49 … … 51 51 #undef CAM_USE_ZOOM_FOR_MF 52 52 53 #undef CAM_UNCACHED_BIT // shut up compiler53 #undef CAM_UNCACHED_BIT // shut up compiler 54 54 #define CAM_UNCACHED_BIT 0x40000000 55 55 … … 76 76 77 77 #define CAM_EXT_TV_RANGE 1 78 78 79 79 #undef CAM_BITMAP_PALETTE 80 80 #define CAM_BITMAP_PALETTE 10 … … 98 98 #define CAM_ZEBRA_NOBUF 1 99 99 100 //#define CAM_QUALITY_OVERRIDE 1 100 //#define CAM_QUALITY_OVERRIDE 1 // works not really 101 101 #define CAM_CHDK_HAS_EXT_VIDEO_TIME 1 102 102 103 103 #define CAM_STARTUP_CRASH_FILE_OPEN_FIX 1 104 104 … … 108 108 #define CAMERA_MAX_DIST 2000000 // Override max subject distance 1739131 //testscript=1098902 109 109 110 #define REMOTE_SYNC_STATUS_LED 0xC0220130// specifies an LED that turns on while camera waits for USB remote to sync111 112 #define DRAW_ON_ACTIVE_BITMAP_BUFFER_ONLY1113 #define CAM_HAS_MOVIE_DIGEST_MODE1110 #define REMOTE_SYNC_STATUS_LED 0xC0220130 // specifies an LED that turns on while camera waits for USB remote to sync 111 112 #define DRAW_ON_ACTIVE_BITMAP_BUFFER_ONLY 1 113 #define CAM_HAS_MOVIE_DIGEST_MODE 1 114 114 //---------------------------------------------------------- -
trunk/platform/sx230hs/platform_camera.h
r1698 r1848 39 39 40 40 #define CAM_HAS_ND_FILTER 1 41 41 42 42 #undef CAM_CAN_SD_OVER_NOT_IN_MF 43 43 #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 44 44 #define CAM_HAS_VIDEO_BUTTON 1 45 45 #define CAM_VIDEO_QUALITY_ONLY 1 46 46 47 47 #undef CAM_VIDEO_CONTROL 48 48 … … 55 55 #define CAM_DNG_LENS_INFO { 50,10, 700,10, 31,10, 59,10 } // See comments in camera.h 56 56 #define cam_CFAPattern 0x02010100 57 57 58 58 #define CAM_COLORMATRIX1 \ 59 59 544808, 1000000, -174047, 1000000, -80399, 1000000, \ 60 60 -75055, 1000000, 440444, 1000000, 11367, 1000000, \ 61 61 -5801, 1000000, 71589, 1000000, 118914, 1000000 62 62 63 63 #define cam_CalibrationIlluminant1 17 64 64 65 65 #define CAM_JPEG_WIDTH 4000 66 66 #define CAM_JPEG_HEIGHT 3000 67 67 68 68 #define CAM_ACTIVE_AREA_X1 96 69 69 #define CAM_ACTIVE_AREA_Y1 24 … … 105 105 #undef CAMERA_MIN_DIST 106 106 #define CAMERA_MIN_DIST 99 // Override min subject distance 107 107 108 108 #define CAM_HAS_GPS 1 109 109 110 110 #define CAM_CHDK_HAS_EXT_VIDEO_TIME 1 111 111 … … 113 113 #define OVEREXP_COMPENSATE_OVERALL 1 114 114 115 116 #define REMOTE_SYNC_STATUS_LED 0xC0220130 // specifies an LED that turns on while camera waits for USB remote to sync 115 #define REMOTE_SYNC_STATUS_LED 0xC0220130 // specifies an LED that turns on while camera waits for USB remote to sync 116 117 #define CAM_HAS_MOVIE_DIGEST_MODE 1 117 118 //----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.