diff src/adc_lightsensor.asm @ 151:5cb177f0948a

work on flip screen...
author heinrichsweikamp
date Mon, 18 Aug 2014 17:37:00 +0200
parents 9a637c9bb19a
children 19ad15f04f60
line wrap: on
line diff
--- a/src/adc_lightsensor.asm	Wed Aug 13 17:43:41 2014 +0200
+++ b/src/adc_lightsensor.asm	Mon Aug 18 17:37:00 2014 +0200
@@ -351,9 +351,9 @@
 
     global  piezo_config            ; Sets up piezo sensitivity of heinrichs weikamp Piezo buttons (~30ms)
 piezo_config:   ; Settings between 20 and 200
-    movlw   .20                     ; right button
+    movlw   .100                     ; right button
     rcall   piezo_config_tx
-    movlw   .20                     ; left button
+    movlw   .100                     ; left button
     rcall   piezo_config_tx
     movlw   .200                    ; reserved
     rcall   piezo_config_tx