Mercurial > public > hwos_code
diff src/comm.asm @ 654:75e90cd0c2c3
hwOS sport 10.77 release
| author | heinrichsweikamp |
|---|---|
| date | Thu, 14 Mar 2024 16:56:46 +0100 |
| parents | 682c514c53c0 |
| children | 8af5aefbcdaf |
line wrap: on
line diff
--- a/src/comm.asm Fri Aug 11 15:53:49 2023 +0200 +++ b/src/comm.asm Thu Mar 14 16:56:46 2024 +0100 @@ -4,7 +4,7 @@ ; ; RS232 via USB ; -; Copyright (c) 2012, JD Gascuel, HeinrichsWeikamp, all right reserved. +; Copyright (c) 2012, JD Gascuel, heinrichs weikamp gmbh, all right reserved. ;============================================================================= ; HISTORY ; 2011-08-22 : [mH] Creation @@ -133,9 +133,14 @@ bra comm_mode_common_start ; continue with starting message comm_mode_common_logo2: + btfsc dn_flag + bra comm_mode_common_logo3 TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_2 ; show BT logo / OSTC+ - ;bra comm_mode_common_start ; continue with starting message + bra comm_mode_common_start ; continue with starting message +comm_mode_common_logo3: + TFT_WRITE_PROM_IMAGE_BY_ADDR comm_logo_3 ; show BT logo / dn + comm_mode_common_start: WIN_SMALL comm_status1_column,comm_status1_row ; set position FONT_COLOR_MEMO ; set standard color
