comparison src/menu_processor.asm @ 619:e76a87e087ef

3.00 release
author heinrichsweikamp
date Wed, 06 Feb 2019 13:43:02 +0100
parents 6dd6b37da7c8
children c40025d8e750
comparison
equal deleted inserted replaced
618:7b3903536213 619:e76a87e087ef
106 TEXT_TINY .5, .240-.16, tNext 106 TEXT_TINY .5, .240-.16, tNext
107 TEXT_TINY .160-.6*.6, .240-.16, tEnter 107 TEXT_TINY .160-.6*.6, .240-.16, tEnter
108 WIN_COLOR color_greenish 108 WIN_COLOR color_greenish
109 menu_processor_bottom_line_comm: 109 menu_processor_bottom_line_comm:
110 ; Serial Number and Firmware Version 110 ; Serial Number and Firmware Version
111 WIN_TINY .32,.240-.16 111 WIN_TINY .40,.240-.16
112 STRCPY "#" 112 STRCPY "#"
113 call TFT_cat_serial 113 call TFT_cat_serial
114 STRCAT " v" 114 STRCAT " v"
115 call TFT_cat_firmware 115 call TFT_cat_firmware
116 STRCAT " " 116 STRCAT " "