nolist LCD_INIT_DELAY EQU 0x06 ; ; LCD Module commands ; DISP_ON EQU 0x00C ; Display on DISP_ON_C EQU 0x00E ; Display on, Cursor on DISP_ON_B EQU 0x00F ; Display on, Cursor on, Blink cursor DISP_OFF EQU 0x008 ; Display off CLR_DISP EQU 0x001 ; Clear the Display ENTRY_INC EQU 0x006 ; ENTRY_INC_S EQU 0x007 ; ENTRY_DEC EQU 0x004 ; ENTRY_DEC_S EQU 0x005 ; DD_RAM_ADDR EQU 0x080 ; Least Significant 7-bit are for address DD_RAM_UL EQU 0x080 ; Upper Left coner of the Display ; ; ; ; display cursor adressen voor uni-tx standaard display (2*8) ; regel1 equ 0x80 regel2 equ 0xC0 regel3 equ 0x88 regel4 equ 0xc8 lcd_mode equ 0x28 ; tweeregelig display ; ; display cursor adressen voor display met doorlopende regel (1*16) ; ;regel1 equ 0x80 ;regel2 equ 0x88 ;regel3 equ 0xc0 ;regel4 equ 0xc8 ;lcd_mode equ 0x28 ; tweeregelig display