Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 664:9c13bf8a3033
Ignore decoplanner in gauge and apnoe mode
author | heinrichsweikamp |
---|---|
date | Wed, 14 Nov 2012 12:02:14 +0100 |
parents | 963383a9b624 |
children |
comparison
equal
deleted
inserted
replaced
663:64194a3c8d5b | 664:9c13bf8a3033 |
---|---|
225 ; Input : PRODH:L as 16bits data. | 225 ; Input : PRODH:L as 16bits data. |
226 ; Output : NONE | 226 ; Output : NONE |
227 ; Trash : NONE | 227 ; Trash : NONE |
228 ; | 228 ; |
229 AA_DATA_WRITE_PROD macro | 229 AA_DATA_WRITE_PROD macro |
230 ; rcall PLED_DataWrite_PROD ; slow but saves a lot of bytes in flash | 230 ; rcall PLED_DataWrite_PROD ; slow but saves a lot of bytes in flash |
231 ; /* Fast writing | 231 ; /* Fast writing |
232 bsf oled_rs ; Data mode | 232 bsf oled_rs ; Data mode |
233 movff PRODH,PORTD ; NOTE: OLED is BIGENDIAN! | 233 movff PRODH,PORTD ; NOTE: OLED is BIGENDIAN! |
234 bcf oled_rw ; Tick the clock | 234 bcf oled_rw ; Tick the clock |
235 bsf oled_rw | 235 bsf oled_rw |