This commit is contained in:
Matthias@Dell 2023-12-23 14:18:48 +01:00
parent 9e9978669a
commit eb02613837

View File

@ -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