comparison code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 129:06c4899ddb4b

Custom views in dive mode configrable (New CF50-CF53) Total Average Depth (Non-Resetable) Some Display fixes in Divemode Bugfix Timeout reset in Surfacemode
author Heinrichsweikamp
date Tue, 04 Jan 2011 16:32:28 +0100
parents 6a94f96e9cea
children d721b49b8934
comparison
equal deleted inserted replaced
127:245de99d1d15 129:06c4899ddb4b
235 bra PLED_box3 235 bra PLED_box3
236 decfsz PRODH,F 236 decfsz PRODH,F
237 bra PLED_box2 237 bra PLED_box2
238 238
239 movlw 0x00 ; NOP, to stop Address Update Counter 239 movlw 0x00 ; NOP, to stop Address Update Counter
240 bra PLED_CmdWrite 240 bra PLED_CmdWrite ; Returns...
241 241
242 ;============================================================================= 242 ;=============================================================================
243 ; PLED_ClearScreen: An optimized version of PLEX_box, for ful screen black. 243 ; PLED_ClearScreen: An optimized version of PLEX_box, for full screen black.
244 ; Trashed: WREG, PROD 244 ; Trashed: WREG, PROD
245 245
246 PLED_ClearScreen: 246 PLED_ClearScreen:
247 movlw 0x35 ; VerticalStartAddress HIGH:LOW 247 movlw 0x35 ; VerticalStartAddress HIGH:LOW
248 rcall PLED_CmdWrite 248 rcall PLED_CmdWrite