[chronojump] Hidden device accelerometer



commit be8d1be3258667b601bef43e36d5a3aaa12a4464
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jun 10 21:49:56 2020 +0200

    Hidden device accelerometer

 src/gui/chronopicRegister.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/chronopicRegister.cs b/src/gui/chronopicRegister.cs
index b0007f83..2996c448 100644
--- a/src/gui/chronopicRegister.cs
+++ b/src/gui/chronopicRegister.cs
@@ -52,7 +52,7 @@ public static class TypePixList
                l.Add(new TypePix(ChronopicRegisterPort.Types.ARDUINO_FORCE, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-force.png")));
                l.Add(new TypePix(ChronopicRegisterPort.Types.ARDUINO_RFID, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-rfid.png")));
                l.Add(new TypePix(ChronopicRegisterPort.Types.ARDUINO_RUN_ENCODER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-run-encoder.png")));
-               l.Add(new TypePix(ChronopicRegisterPort.Types.ACCELEROMETER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-accelerometer.png")));
+               //l.Add(new TypePix(ChronopicRegisterPort.Types.ACCELEROMETER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-accelerometer.png")));
        }
 
        public static Pixbuf GetPix(ChronopicRegisterPort.Types type)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]