Mercurial > public > hwos_code
diff src/tft.asm @ 646:5b7fe7777425
3.16 release
author | heinrichs weikamp |
---|---|
date | Thu, 14 Oct 2021 12:03:24 +0200 |
parents | 8c1f1f334275 |
children | aeca5717d9eb |
line wrap: on
line diff
--- a/src/tft.asm Thu Jan 14 16:24:07 2021 +0100 +++ b/src/tft.asm Thu Oct 14 12:03:24 2021 +0200 @@ -430,7 +430,7 @@ rcall TFT_ClearScreen setf CCPR1L ; duty cycle, 255 is required for OLED ; Set brightness - movff opt_brightness,PRODL ; =0: Eco, =1:Medium, =2:Full + movff brightness,PRODL ; =0: Eco, =1:Medium, =2:Full incf PRODL,F ; +1 dcfsnz PRODL,F rcall TFT_display3_low