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

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

  • 1679 Replies
  • 782751 Views
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #590 on: 21 / December / 2011, 17:44:06 »
Advertisements
Adds :

Code: [Select]
#define SCREEN_COLOR        0x15
to palette 2 in gui_draw.h
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #591 on: 21 / December / 2011, 21:26:20 »
Adds :

Code: [Select]
#define SCREEN_COLOR        0x15
to palette 2 in gui_draw.h

Added in changeset 1496.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #592 on: 02 / January / 2012, 08:44:03 »
Simple one line patch to fix a long standing major bug for the IXUX120_SD940 firmware version 1.00e.

Recommended for both the release-1_0  branch and the main (unstable) trunk.

 Not sure how we are supposed to do that now so I'm posting it like this.

Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #593 on: 02 / January / 2012, 15:53:29 »
Simple one line patch to fix a long standing major bug for the IXUX120_SD940 firmware version 1.00e.

Recommended for both the release-1_0  branch and the main (unstable) trunk.

 Not sure how we are supposed to do that now so I'm posting it like this.
For bug fixes like this, just post a patch for one branch or the other, after it's applied to one we can merge over to the other as needed. If a fix impacts an area that has changed radically, then two equivalent patches might be needed, but most platform specific stuff should be pretty clear.

edit:
Added in release-1_0 changeset 1524 and trunk changeset 1525
« Last Edit: 03 / January / 2012, 00:37:09 by reyalp »
Don't forget what the H stands for.


Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #594 on: 04 / January / 2012, 21:53:30 »
Another little fix - this time the USB_MASK bit for the IXUS220 as per recent discussion on the forum.
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline reyalp

  • ******
  • 14080
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #595 on: 04 / January / 2012, 23:05:33 »
Another little fix - this time the USB_MASK bit for the IXUS220 as per recent discussion on the forum.
Added release-1_0 changeset 1528 , trunk changeset 1529
Don't forget what the H stands for.

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #596 on: 07 / January / 2012, 12:13:00 »
I notice there is a new modules folder? in reyalp-flt.  Is this going to be usable shortly in the future
Canon a1100is 100c, sd1200is 100c



Wikipedia - Hack (computer science), an inelegant but effective solution to a computing problem.

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #597 on: 07 / January / 2012, 12:14:35 »
I tried using the test draw lua but the files had to be in lualib for the draw test to work

Dave1116



a1100is,  sd1200is
Canon a1100is 100c, sd1200is 100c



Wikipedia - Hack (computer science), an inelegant but effective solution to a computing problem.


Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #598 on: 07 / January / 2012, 16:40:32 »
I tried using the test draw lua but the files had to be in lualib for the draw test to work

I believe this is not the best place for this request. Could you post more descriptions in this thread:
http://chdk.setepontos.com/index.php?topic=7097.0

Can you post the script you have used?
if (2*b || !2*b) {
    cout<<question
}

Compile error: poor Yorick

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #599 on: 08 / January / 2012, 12:41:18 »
Please add to trunk the IXUS 220HS 1.01G port described here:
http://chdk.setepontos.com/index.php?topic=6341.msg79508#msg79508
along with the necessary line in camera_list.csv

 

Related Topics