Ignore:
Timestamp:
10/02/11 02:11:23 (20 months ago)
Author:
philmoz
Message:

Add colored icons from CHDK-DE (thx waterwingz).
Modified from CHDK-DE version to define the icon colors in gui_draw.h instead of gui_batt.c and gui_space.c.
Enabled for G10, G12, SX30 & IXUS310 - define CAM_USE_COLORED_ICONS in platform_camera.h to activate (may also need to fix icon color definitions in gui_draw.h for your camera as well).
Also adds custom color palette handling for G12, SX30 & IXUS310.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx30/sub/100e/stubs_min.S

    r1316 r1352  
    2020DEF(active_bitmap_buffer, 0xB1CC)                                       // 0xB1B8+0x14 (1.00e sub_FFA4A758 -> FFA4A75C + FFA4A7AC) 
    2121DEF(bitmap_buffer, 0xB1D4)                                                      // FFA4A7A8 
     22DEF(palette_control, 0xB198)                                            // sub_FFA4698C (1.00h) 
    2223DEF(active_palette_buffer, 0xB1A0)                                      // sub_FFA468D4 (1.00h) 
    2324DEF(palette_buffer, 0xCF9B4)                                            // sub_FFA46DC8 (1.00h) 
Note: See TracChangeset for help on using the changeset viewer.