Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 24:f51caad821b4
save logbook recording interval
author | heinrichsweikamp |
---|---|
date | Mon, 08 Jul 2013 14:57:13 +0200 |
parents | 7b06f20881be |
children | 50c3e2c7ba7a |
comparison
equal
deleted
inserted
replaced
23:e402813343b6 | 24:f51caad821b4 |
---|---|
1952 bcf leftbind | 1952 bcf leftbind |
1953 PUTC 'V' | 1953 PUTC 'V' |
1954 movff buffer+5,buffer+3 | 1954 movff buffer+5,buffer+3 |
1955 movlw 0x00 | 1955 movlw 0x00 |
1956 movff WREG,buffer+4 ; Only "x.yV" | 1956 movff WREG,buffer+4 ; Only "x.yV" |
1957 STRCAT_PRINT "" | 1957 STRCAT_PRINT "" |
1958 return | 1958 return |
1959 | 1959 |
1960 ;update_battery_debug: | 1960 ;update_battery_debug: |
1961 ; call TFT_standard_color | 1961 ; call TFT_standard_color |
1962 ; WIN_TINY .70,.0 | 1962 ; WIN_TINY .70,.0 |