Changeset 921 for trunk

Show
Ignore:
Timestamp:
08/17/10 06:10:07 (3 years ago)
Author:
reyalp
Message:

update dancingbits for a3100 and possibly other new cameras (untested)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/dancingbits.c

    r897 r921  
    1313#include <errno.h> 
    1414 
    15 #define VITALY 3 
     15#define VITALY 4 
    1616unsigned char _chr_[VITALY][8] = { 
    1717                                                                        { 4,6,1,0,7,2,5,3 }, // original flavor 
    1818                                                                        { 5,3,6,1,2,7,0,4 }, // nacho cheese sx200is, ixus100_sd780, ixu95_sd1200, a1100, d10 
    19                                                                         { 2,5,0,4,6,1,3,7 }  // mesquite bbq ixus200_sd980, sx20 
     19                                                                        { 2,5,0,4,6,1,3,7 }, // mesquite bbq ixus200_sd980, sx20 (dryos r39) 
     20                                                                        { 4,7,3,2,6,5,0,1 }, // cool ranch a3100 (dryos r43) 
    2021                                                                }; 
    2122