diff src/tft_outputs.asm @ 227:03946aa48fa5

NEW: Support for hwHUD without the LED module re-enable "Copy disable flags from digital input" routine
author heinrichsweikamp
date Mon, 02 Feb 2015 17:39:38 +0100
parents 31088352ee32
children e1e5876bd777
line wrap: on
line diff
--- a/src/tft_outputs.asm	Mon Feb 02 17:04:43 2015 +0100
+++ b/src/tft_outputs.asm	Mon Feb 02 17:39:38 2015 +0100
@@ -1645,7 +1645,7 @@
     WIN_TINY   .80,.0
 	call	TFT_standard_color
 	lfsr	FSR2,buffer
-    movff   opt_cR_button_left,lo
+    movff   hud_status_byte,lo
     output_8
 	STRCAT_PRINT ""
     return