Mercurial > public > hwos_code
diff src/tft.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | 31088352ee32 |
children | b2f6a4b01e64 |
line wrap: on
line diff
--- a/src/tft.asm Tue May 05 14:58:16 2015 +0200 +++ b/src/tft.asm Thu May 07 13:11:14 2015 +0200 @@ -9,7 +9,7 @@ ; HISTORY ; 2011-05-24 : [jDG] Cleanups from initial Matthias code. -#include "ostc3.inc" +#include "hwos.inc" #include "wait.inc" #include "varargs.inc" #include "external_flash.inc" @@ -394,7 +394,7 @@ ; global TFT_Display_FadeIn TFT_Display_FadeIn: - movlw CCP1CON_VALUE ; See ostc3.inc + movlw CCP1CON_VALUE ; See hwos.inc movwf CCP1CON bsf tft_is_dimming ; TFT is dimming, ignore ambient sensor! clrf CCPR1L ; Backlight off - to be sure