Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 2:d11ef8dc4b2c
Bugfix: PC simulator
author | heinrichsweikamp |
---|---|
date | Wed, 20 Jan 2010 15:17:37 +0100 |
parents | 96a35aeda5f2 |
children | 3cf8af30b36e |
comparison
equal
deleted
inserted
replaced
1:210410f7c1b4 | 2:d11ef8dc4b2c |
---|---|
518 movlw 0x00 | 518 movlw 0x00 |
519 rcall PLED_DatWrite | 519 rcall PLED_DatWrite |
520 | 520 |
521 ; Now Gamma settings... | 521 ; Now Gamma settings... |
522 rcall PLED_brightness_full | 522 rcall PLED_brightness_full |
523 ;rcall PLED_brightness_low | |
523 ; End Gamma Settings | 524 ; End Gamma Settings |
524 | 525 |
525 rcall PLED_ClearScreen | 526 rcall PLED_ClearScreen |
526 | 527 |
527 bsf oled_hv | 528 bsf oled_hv |