Index: trunk/tools/dancingbits.c
===================================================================
--- trunk/tools/dancingbits.c	(revision 920)
+++ trunk/tools/dancingbits.c	(revision 921)
@@ -13,9 +13,10 @@
 #include <errno.h>
 
-#define VITALY 3
+#define VITALY 4
 unsigned char _chr_[VITALY][8] = {
 									{ 4,6,1,0,7,2,5,3 }, // original flavor
 									{ 5,3,6,1,2,7,0,4 }, // nacho cheese sx200is, ixus100_sd780, ixu95_sd1200, a1100, d10
-									{ 2,5,0,4,6,1,3,7 }  // mesquite bbq ixus200_sd980, sx20
+									{ 2,5,0,4,6,1,3,7 }, // mesquite bbq ixus200_sd980, sx20 (dryos r39)
+									{ 4,7,3,2,6,5,0,1 }, // cool ranch a3100 (dryos r43)
 								};
 
