EasyManuals Logo
Home>Texas Instruments>Calculator>TI-83-Plus

Texas Instruments TI-83-Plus User Manual

Texas Instruments TI-83-Plus
188 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #89 background imageLoading...
Page #89 background image
Chapter 2: TI-83 Plus Specific Information 79
TI-83 Plus Developer Guide Third Release May 28, 2002
Reading the Display Driver After Setting X or Y Coordinates
A dummy read needs to be done after setting either the x or y coordinate of the driver if
one wants to read from the driver. For example, read nine bytes of data from the display
starting in LCD row 5, column 1, to OP1.
LD A,85h
CALL lcd_busy_2
OUT (lcdinstport),A ; set X to row 5
;
LD A,07h
CALL lcd_busy_2
OUT (lcdinstport),A ; set Y auto increment mode
;
CALL lcd_busy_2
LD A,21h
OUT (lcdinstport),A ; set Y to column 1
;
LD B,9 ; number of bytes to read
LD HL,OP1
CALL lcd_busy_2
IN A,(lcddataport) ; dummy read since we changed
; X, Y position
Loop:
CALL lcd_busy_2
IN A,(lcddataport) ; read byte, auto increment Y
;
LD (HL),A
INC HL
DJNZ Loop
;
LD A,05h
CALL Lcd_busy_2
OUT (lcdinstport),A ; set X auto increment mode
Writing to the display driver RAM
CALL lcd_busy_2
OUT (lcddataport),A ; write byte to disp

Table of Contents

Other manuals for Texas Instruments TI-83-Plus

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-83-Plus and is the answer not in the manual?

Texas Instruments TI-83-Plus Specifications

General IconGeneral
BrandTexas Instruments
ModelTI-83-Plus
CategoryCalculator
LanguageEnglish

Related product manuals