Ignore:
Timestamp:
03/11/08 20:57:49 (5 years ago)
Author:
fingalo
Message:

+Added Ixus950sd850 from whoever's work
+Added user menu option for instant display on ALT

User menu. In OSD parameters.
To the user menu you can copy other menuitems to build your favorite menu. (Up to 10 entries)

  • User Menu Enable 'Off'.

User Menu not active.

  • User Menu Enable 'Edit'.

Goto to the User Menu and position on the line where you like to add entries.
Now just go to the menuitem (anywhere) you like to copy. Press FUNC/ERASE/SHOOT_HALF. It is now copied to usermenu (and you can select another and press FUNC/ERASE/SHOOT_HALF.
Pressing FUNC/ERASE/SHOOT_HALF (and 'Edit' mode) while in the User Menu will erase the menu item.

  • User Menu Enable 'On'.

Will replace the 'main menu' and use the 'user menu' as your first menu in ALT. Last entry is jump to Main Menu.

  • User Menu Enable 'On Direct'.

Will display the 'User Menu' as soon as you press ALT.
Pressing MENU now will display normal menu and now the 'normal' menu sequence follow. new

NOTE:
As cameras have different keyboards I used icz's proposal for the add key:
SHOOT_HALF for the following cameras:
ixus700_sd500, ixus800_sd700, a560, ixus850_sd800, ixus70_sd1000, ixus950_sd850
FUNC / ERASE for the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/platform.h

    r316 r321  
    5252}; 
    5353 
    54 #if defined(CAMERA_a570) || defined(CAMERA_a560) || defined(CAMERA_a720) || defined(CAMERA_ixus70_sd1000) || defined(CAMERA_a650) || defined(CAMERA_a460) 
     54#if defined(CAMERA_a570) || defined(CAMERA_a560) || defined(CAMERA_a720) || defined (CAMERA_ixus70_sd1000) || defined (CAMERA_ixus950_sd850) || defined(CAMERA_a650) || defined(CAMERA_a460) 
    5555 #define PROPCASE_DRIVE_MODE                                    102 
    5656 #define PROPCASE_FOCUS_MODE                                    133 
Note: See TracChangeset for help on using the changeset viewer.