comparison src/menu_processor.asm @ 76:a5ea132770db

1.21 release
author heinrichsweikamp
date Wed, 19 Feb 2014 14:46:26 +0100
parents 53b64c5472e1
children f3062a611eef
comparison
equal deleted inserted replaced
75:b808fa26a9a1 76:a5ea132770db
98 98
99 ;---- Draw bottomline ------------------------------------------------ 99 ;---- Draw bottomline ------------------------------------------------
100 TEXT_TINY .5, .240-.16, tNext 100 TEXT_TINY .5, .240-.16, tNext
101 TEXT_TINY .160-6*5, .240-.16, tEnter 101 TEXT_TINY .160-6*5, .240-.16, tEnter
102 102
103 WIN_COLOR color_greenish
104 ; Serial and Firmware Version
105 WIN_TINY .57,.240-.16
106 STRCPY "#"
107 call TFT_cat_serial
108 STRCAT " v"
109 call TFT_cat_firmware
110 STRCAT_PRINT ""
111 call TFT_standard_color
112
103 menu_processor1: 113 menu_processor1:
104 movlw FT_SMALL 114 movlw FT_SMALL
105 movff WREG, win_font 115 movff WREG, win_font
106 116
107 ;---- Select menu type ----------------------------------------------- 117 ;---- Select menu type -----------------------------------------------