Changeset 1858


Ignore:
Timestamp:
05/18/12 23:18:12 (13 months ago)
Author:
philmoz
Message:

Update for SX200IS from ADamB
http://chdk.setepontos.com/index.php?topic=650.msg85558#msg85558

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui_draw.h

    r1719 r1858  
    181181    #define COLOR_HISTO_BG_PLAY         COLOR_BLUE_LT 
    182182    #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 
    183188 
    184189// Icon colors 
  • trunk/platform/sx200is/platform_camera.h

    r1696 r1858  
    7676 
    7777    #undef  EDGE_HMARGIN 
     78#if defined(OPT_CHDK_IN_EXMEM) 
     79    #define EDGE_HMARGIN                    0 
     80#else 
    7881    #define EDGE_HMARGIN                    20 
    79  
     82#endif 
    8083 
    8184    #define CAM_QUALITY_OVERRIDE            1 
Note: See TracChangeset for help on using the changeset viewer.