fmt
This commit is contained in:
parent
9e9978669a
commit
eb02613837
@ -1,17 +1,17 @@
|
|||||||
;********************************************************************************
|
;;********************************************************************************
|
||||||
; @module LCD-W164B
|
;; @module LCD-W164B
|
||||||
; @type driver
|
;; @type driver
|
||||||
; @device ELECTRONIC ASSEMBLY - W164B-NLW
|
;; @device ELECTRONIC ASSEMBLY - W164B-NLW
|
||||||
; @details
|
;; @details
|
||||||
; The LCD must be connected to a W65C22N Interface Chip:
|
;; The LCD must be connected to a W65C22N Interface Chip:
|
||||||
; - IO.RB0-7 -> LCD.D0-7 data lines
|
;; - IO.RB0-7 -> LCD.D0-7 data lines
|
||||||
; - IO.RA5 -> LCD.RS register select
|
;; - IO.RA5 -> LCD.RS register select
|
||||||
; - IO.RA6 -> LCD.R/W read/write
|
;; - IO.RA6 -> LCD.R/W read/write
|
||||||
; - IO.RA7 -> LCD.E enable
|
;; - IO.RA7 -> LCD.E enable
|
||||||
;
|
;;
|
||||||
; @requires IO: Base Address of IO Chip
|
;; @requires IO: Base Address of IO Chip
|
||||||
; @depends IO-W65C22N
|
;; @depends IO-W65C22N
|
||||||
;********************************************************************************
|
;;********************************************************************************
|
||||||
.ifndef INCLUDE_LCD
|
.ifndef INCLUDE_LCD
|
||||||
INCLUDE_LCD = 1
|
INCLUDE_LCD = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user