Changeset 1767 for trunk


Ignore:
Timestamp:
03/25/12 00:12:56 (15 months ago)
Author:
reyalp
Message:

Merged revision(s) 1766 from branches/release-1_0:
add dancingbits encoding for dryos R50 (untested)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/dancingbits.h

    r1391 r1767  
    33// Used by dancingbits.c and finsig_dryos.c 
    44 
    5 #define VITALY 7 
     5#define VITALY 8 
    66unsigned char _chr_[VITALY][8] = { 
    77                                                                        { 4,6,1,0,7,2,5,3 }, // original flavor 
     
    1212                                                                        { 0,4,2,7,3,6,5,1 }, // spicy wasabi sx220, sx230, ixus310 (dryos r47) 
    1313                                                                        { 7,1,5,3,0,6,4,2 }, // sea salt & vinegar sx40hs, sx150is (dryos r49) 
     14                                                                        { 6,3,1,0,5,7,2,4 }, // spicy habenaro sx260hs (dryos r50) 
    1415                                                                }; 
    1516 
Note: See TracChangeset for help on using the changeset viewer.