Hey,
Does anyone know if the 71b display can be used to draw objects pixel per pixel? What would be the command to do this? What about other ways of drawing on the 71, are they possible, and if so, what are the commands?
Thanks every one.
hp71b graphics
|
|
« Next Oldest | Next Newest »
|
▼
Post: #3
05-16-1999, 03:42 AM
Hey, Does anyone know if the 71b display can be used to draw objects pixel per pixel? What would be the command to do this? What about other ways of drawing on the 71, are they possible, and if so, what are the commands? Thanks every one. ▼
Post: #4
05-20-1999, 01:00 PM
Try DIM F$[132] @ F$ = GDISP$ . This will give you a 132 character string, each character representing the pattern in one of the columns in the display. To write to the LCD, you have to write the complete pattern with the command GDISP F$ . |