Mercurial > public > hwos_code
comparison src/menu_processor.asm @ 607:c5151a490d88
version allignment in menu corrected, 2.99beta5 release
author | heinrichsweikamp |
---|---|
date | Thu, 29 Nov 2018 10:50:57 +0100 |
parents | ca4556fb60b9 |
children | d866684249bd |
comparison
equal
deleted
inserted
replaced
606:8b250afb8bdd | 607:c5151a490d88 |
---|---|
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 " " |
117 call TFT_cat_beta_release | 117 call TFT_cat_beta_release |
118 STRCAT_PRINT "" | 118 STRCAT_PRINT "" |
119 call TFT_standard_color | 119 call TFT_standard_color |
120 bcf win_invert | 120 bcf win_invert |
121 return | 121 return |