Changeset 1858
- Timestamp:
- 05/18/12 23:18:12 (13 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
core/gui_draw.h (modified) (1 diff)
-
platform/sx200is/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui_draw.h
r1719 r1858 181 181 #define COLOR_HISTO_BG_PLAY COLOR_BLUE_LT 182 182 #define COLOR_HISTO_RG_PLAY COLOR_YELLOW 183 184 #if defined (CAMERA_sx200is) 185 #undef SCREEN_COLOR 186 #define SCREEN_COLOR 0x15 // try for a dark color in both record and play mode 187 #endif 183 188 184 189 // Icon colors -
trunk/platform/sx200is/platform_camera.h
r1696 r1858 76 76 77 77 #undef EDGE_HMARGIN 78 #if defined(OPT_CHDK_IN_EXMEM) 79 #define EDGE_HMARGIN 0 80 #else 78 81 #define EDGE_HMARGIN 20 79 82 #endif 80 83 81 84 #define CAM_QUALITY_OVERRIDE 1
Note: See TracChangeset
for help on using the changeset viewer.