Jump to content

Draw a pixel: Difference between revisions

m
→‎{{header|RPL}}: screen resolutions
(add RPL)
m (→‎{{header|RPL}}: screen resolutions)
Line 1,828:
 
=={{header|RPL}}==
HP devices running RPL have only black-and-white LCD screens, so so much for the red color. ResolutionScreen isresolution eithergoes 64x131from or137x32 80x131to 131x80 depending on the model, but the user can freely define coordinates for the bottom-left pixel (minimum value) and for the top-right pixel (maximum value)., so the program below works on any model:
≪ CLLCD (0,0) PMIN (320,240) PMAX (100,100) PIXEL ≫ EVAL
 
1,151

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.