comparison src/tft_outputs.asm @ 213:3b5df65d53fc

layout changes
author heinrichsweikamp
date Sat, 13 Dec 2014 11:18:56 +0100
parents f5d909e03f52
children a17359244d93
comparison
equal deleted inserted replaced
212:5fd93901b735 213:3b5df65d53fc
2731 ;============================================================================= 2731 ;=============================================================================
2732 ; Writes ostc3 #Serial and Firmware version in splash screen 2732 ; Writes ostc3 #Serial and Firmware version in splash screen
2733 ; 2733 ;
2734 global TFT_serial 2734 global TFT_serial
2735 TFT_serial: 2735 TFT_serial:
2736 WIN_TINY .0,.225 2736 WIN_TINY .5,.225
2737 STRCPY "OSTC" ; Won't translate that... 2737 STRCPY "OSTC" ; Won't translate that...
2738 btfsc cr_hardware 2738 btfsc cr_hardware
2739 bra TFT_serial2 2739 bra TFT_serial2
2740 STRCAT "3 #" 2740 STRCAT "3 #"
2741 bra TFT_serial3 2741 bra TFT_serial3