diff src/isr.asm @ 357:36bd27f42362

BUGFIX: Auto-Brightness clipped to lowest settings in bright sunlight on some devices
author heinrichsweikamp
date Sun, 02 Aug 2015 16:52:31 +0200
parents cf929551d31c
children 7faa688db105
line wrap: on
line diff
--- a/src/isr.asm	Sun Aug 02 09:52:28 2015 +0200
+++ b/src/isr.asm	Sun Aug 02 16:52:31 2015 +0200
@@ -501,7 +501,7 @@
 		cpfsgt		CCPR1L					; CCPR1L>max_CCPR1L-ambient_light_min_eco?
 		bra			isr_dimm_tft3			; No, dimm up slow
 		; dimm up faster
-		movlw		.5
+		movlw		.10
 		addwf		CCPR1L,F
 isr_dimm_tft3:
 		incf		CCPR1L,F				; +1