WriteInstruction(&hfd)			'Unlock Driver IC (0x12/0x16)
WriteDatums(&h12)

WriteInstruction(&hae)			'Display Off (0xAE/0xAF)

WriteInstruction(&hd5)
WriteInstruction(&ha0)			'Set Clock as 116 Frames/Sec

WriteInstruction(&ha8)			'Set Multiplex Ratio
WriteInstruction(&h3f)			'1/64 Duty (0x0F~0x3F)

WriteInstruction(&hd3)			'Set Display Offset
WriteInstruction(&h00)			'Shift Mapping RAM Counter (0x00~0x3F)


WriteInstruction(&h40)			'Set Display Start Line
WriteInstruction(&h00)			'Set Mapping RAM Display Start Line (0x00~0x3F)

WriteInstruction(&h20)			'Set Memory Addressing Mode
WriteInstruction(&h02)			'Set Page Addressing Mode (0x00/0x01/0x02)


WriteInstruction(&ha1)			'Set SEG/Column Mapping (0xA0/0xA1)


WriteInstruction(&hc8)			'Set COM/Row Scan Direction (0xC0/0xC8)


WriteInstruction(&hda)			'Set COM Pins Hardware Configuration
WriteInstruction(&h12)			'Set Alternative Configuration (0x02/0x12)

WriteInstruction(&h81)			'Set Contrast Control for Bank 0
WriteInstruction(&h7f)			'Set SEG Output Current

WriteInstruction(&hd9)			'Set Pre-Charge Period
WriteInstruction(&h82)			'Set Pre-Charge as 8 Clocks & Discharge as 2 Clocks

WriteInstruction(&hdb)			'Set VCOMH Deselect Level
WriteInstruction(&h34)			'Set VCOM Deselect Level


WriteInstruction(&ha4)			'Disable Entire Display On (0xA4/0xA5)


WriteInstruction(&ha6)			]Disable Inverse Display On (0xA6/0xA7)


WriteInstruction(&haf)			'Display On (0xAE/0xAF)