Mercurial > public > hwos_code
comparison src/comm.asm @ 113:f3062a611eef
Merge
author | heinrichsweikamp |
---|---|
date | Mon, 23 Jun 2014 16:14:33 +0200 |
parents | d39493c786a2 |
children | 40ff64d60054 |
comparison
equal
deleted
inserted
replaced
112:a24581f0b372 | 113:f3062a611eef |
---|---|
51 comm code | 51 comm code |
52 | 52 |
53 ; test for comm | 53 ; test for comm |
54 global comm_mode | 54 global comm_mode |
55 comm_mode: | 55 comm_mode: |
56 WAITMS d'1' | |
57 btfss vusb_in ; USB plugged in? | |
58 return ; No, it was only a glitch | |
59 WAITMS d'1' | |
60 btfss vusb_in ; USB plugged in? | |
61 return ; No, it was only a glitch | |
62 | |
56 call TFT_ClearScreen | 63 call TFT_ClearScreen |
57 WIN_COLOR color_greenish | 64 WIN_COLOR color_greenish |
58 WIN_SMALL comm_title_column, comm_title_row | 65 WIN_SMALL comm_title_column, comm_title_row |
59 STRCPY_TEXT_PRINT tUsbTitle ; comm Mode | 66 STRCPY_TEXT_PRINT tUsbTitle ; comm Mode |
60 call TFT_standard_color | 67 call TFT_standard_color |