Mercurial > public > hwos_code
comparison src/comm.asm @ 654:75e90cd0c2c3
hwOS sport 10.77 release
author | heinrichsweikamp |
---|---|
date | Thu, 14 Mar 2024 16:56:46 +0100 |
parents | 682c514c53c0 |
children |
comparison
equal
deleted
inserted
replaced
653:8bcd138ab744 | 654:75e90cd0c2c3 |
---|---|
2 ; | 2 ; |
3 ; File comm.asm * combined next generation V3.10.0 | 3 ; File comm.asm * combined next generation V3.10.0 |
4 ; | 4 ; |
5 ; RS232 via USB | 5 ; RS232 via USB |
6 ; | 6 ; |
7 ; Copyright (c) 2012, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2012, JD Gascuel, heinrichs weikamp gmbh, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-08-22 : [mH] Creation | 10 ; 2011-08-22 : [mH] Creation |
11 ; 2012-02-11 : [jDG] Added 0x63 set custom text, and "i" identify | 11 ; 2012-02-11 : [jDG] Added 0x63 set custom text, and "i" identify |
12 | 12 |
131 comm_mode_common_logo1: | 131 comm_mode_common_logo1: |
132 TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_1 ; show USB/BT logo | 132 TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_1 ; show USB/BT logo |
133 bra comm_mode_common_start ; continue with starting message | 133 bra comm_mode_common_start ; continue with starting message |
134 | 134 |
135 comm_mode_common_logo2: | 135 comm_mode_common_logo2: |
136 btfsc dn_flag | |
137 bra comm_mode_common_logo3 | |
136 TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_2 ; show BT logo / OSTC+ | 138 TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_2 ; show BT logo / OSTC+ |
137 ;bra comm_mode_common_start ; continue with starting message | 139 bra comm_mode_common_start ; continue with starting message |
138 | 140 |
141 comm_mode_common_logo3: | |
142 TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_3 ; show BT logo / dn | |
143 | |
139 comm_mode_common_start: | 144 comm_mode_common_start: |
140 WIN_SMALL comm_status1_column,comm_status1_row ; set position | 145 WIN_SMALL comm_status1_column,comm_status1_row ; set position |
141 FONT_COLOR_MEMO ; set standard color | 146 FONT_COLOR_MEMO ; set standard color |
142 STRCPY_TEXT_PRINT tUsbStarting ; print status message "starting..." | 147 STRCPY_TEXT_PRINT tUsbStarting ; print status message "starting..." |
143 | 148 |