Denso RC5 Specifications Page 578

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 577
21-26
VISBRIGHT (Statement)
Function
Designates a drawing brightness value.
Format
VISBRIGHT <Brightness value>
Explanation
<Brightness value> Designates a drawing brightness value (0 to 255).
Note (1): If a drawing object is in the storage memory (Processing
screen), it is drawn with a designated brightness. If it is in the
overlay memory (draw only memory), the following brightness
will be used.
Brightness value 128 to 255 : 255 (White)
Brightness value 1 to 127 : 0 (Black)
Brightness value 0 : Through (Transparent)
Note (2): When you turn ON the power, VISBRIGHT 255 is set as the
default setting.
Note (3): For this instruction, a µ
µµ
µVision board (option) is required.
Related Terms
VISSCREEN, VISCLS, VISPUTP, VISLINE, VISPTP, VISRECT, VISCIRCLE,
VISELLIPSE, VISSECT, VISCROSS, VISLOC, VISDEFCHAR, VISPRINT
Example
VISPLNOUT 0 'Displays storage memory 0 (processing screen).
VISSCREEN 0,0,1 'Instantaneously draws on processing screen 0.
VISCLS 0 '
FORI1=10TO200STEP5 '
FOR VISBRIGHT I1 '
FOR VISRECT 100+I1,100,200,200
'Draws a rectangle with a width of 200 and a height of 200.
NEXT I1 '
DELAY 500 'Stops for 0.5 seconds.
VISCLS 0 'Clears the screen.
VISSCREEN 1,0,1 'Instantaneously draws on draw only screen 0.
FORI1=10TO200STEP5 '
FOR VISBRIGHT I1 '
FOR VISRECT 100+I1,100,200,200
'Draws a rectangle with a width of 200 and a height of 200.
NEXT I1 '
Page view 577
1 2 ... 573 574 575 576 577 578 579 580 581 582 583 ... 691 692

Comments to this Manuals

No comments