Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions mios/mios_clcd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,6 @@ MIOS_CLCD_Init_Cmds_4Bit
clrf MIOS_CLCD_LAT_D
movlw 1 ; 1 mS delayed toggle
rcall MIOS_CLCD_Strobe_DelayToggle ; DB7-DB4: 0000 (N/F)

movlw 1 ; 1 mS delayed toggle
rcall MIOS_CLCD_Strobe_DelayToggle ; DB7-DB4: 0000

movlw 0x10
movwf MIOS_CLCD_LAT_D
movlw 1 ; 1 mS delayed toggle
rcall MIOS_CLCD_Strobe_DelayToggle ; DB7-DB4: 0001

clrf MIOS_CLCD_LAT_D
movlw 1 ; 1 mS delayed toggle
rcall MIOS_CLCD_Strobe_DelayToggle ; DB7-DB4: 0000
MIOS_CLCD_Init_Cmds_No4Bit

movlw 0x08 ; Display Off
Expand Down