Blame | Last modification | View Log | Download | RSS feed
ifndef __lcdinc ; avoid multiple inclusion__lcdinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File LCD.INC *;* *;* contains SFR and Bit Definitions for ST62xx LCD Controller *;* *;****************************************************************************LCDCR sfr 0dch ; LCD Mode Control RegisterDS bfield LCDCR,6,2 ; Multiplexing Ratio SelectHF bfield LCDCR,3,3 ; Oscillator SelectLF bfield LCDCR,0,3 ; Base Frame Frequencyrestoreendif ; __lcdinc