Adding new cameras, applying patches into trunk (with source code prepared) - page 150 - General Discussion and Assistance - CHDK Forum

Adding new cameras, applying patches into trunk (with source code prepared)

  • 1685 Replies
  • 846450 Views
Advertisements
Patch for SX60HS v4805..
implements more/correct complete raw_addr usage in capt_seq.c  (copying g7x)
implements SD card initialization ( copying g7x )

Fixes some incorrect assembly code for v 100b, 100c in filewrite.c that would/could affect the capture of images directly to a PC using CHDKPTP.

*

Offline reyalp

  • ******
  • 14125
Patch for SX60HS v4805..
Thanks. In trunk 4806.
Don't forget what the H stands for.

*

Offline Ant

  • *****
  • 509
You can also remove any stubs from stubs_entry_2.S which are found correctly by the sig finder. These are noted with == or < veneer in stubs_entry.S
Done.
+ fw 120f.

*

Offline reyalp

  • ******
  • 14125
Done.
+ fw 120f.
Thanks. Is a 120f firmware dump posted somewhere?
Don't forget what the H stands for.

*

Offline Ant

  • *****
  • 509
Is a 120f firmware dump posted somewhere?
AFAIK, no.

Small patch to clean up the boot splash logo for D6 cameras.  The CHDK logo bitmap needs to be slightly higher on the splash screen to align with the text box using srsa_4c's new font scaling.

There might be a better way to do this - I just adjusted the hard coded offset in gui.c for D6 builds - i.e.:
Code: [Select]
#ifdef THUMB_FW
        int offset_y = ((camera_screen.height-LOGO_HEIGHT)>>1) - 66 ;
#else
        int offset_y = ((camera_screen.height-LOGO_HEIGHT)>>1) - 42 ;
#endif

A better way to do this could be either logo scaling code or a new D6 logo.dat file.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14125
There might be a better way to do this - I just adjusted the hard coded offset in gui.c for D6 builds - i.e.:
Thanks. Added in trunk 4824
Quote
A better way to do this could be either logo scaling code or a new D6 logo.dat file.
Your workaround seems fine to me, but I admit I've never cared much about the splash logo.
Don't forget what the H stands for.

Proper patch to hide Games and Tools if all relevant modules are missing.

The next step should be to move module-specific menus into their respective modules.
« Last Edit: 11 / June / 2017, 17:19:23 by dmitrys »
Author of CHIMP, Canon Hack Installation and Management Platform

Patch for SX60HS to make Play the default ALT-KEY.  The Shortcut key is eliminated as a possible choice for ALT mode at this time.

*

Offline reyalp

  • ******
  • 14125
Patch for SX60HS to make Play the default ALT-KEY.  The Shortcut key is eliminated as a possible choice for ALT mode at this time.
Thanks, added in trunk 4831. Will appear in the autobuild shortly.
Don't forget what the H stands for.

 

Related Topics


SimplePortal © 2008-2014, SimplePortal