Datasheet

EA uniTFT Vorläufig
Segmente C(ircle), E(llipse)
Circle segment polypath
Define green line style
#CLS 5, $00FF00,100, 3
Refrain from defining a filling
#CFD 5
Define grey line style
#CLS 6, $BFBFBF,100, 1
Define a grey filling
#CFC 6, $7F7F7F,100
Draw a polypath as a circle segment
#GPP 1, 5, 200,200,?C0,120,400,200
Create dots/circles
#GET 2, 6, 200,200,5, 5
#GET 3, 6, 400,200,5, 5
#GET 6, 6, 300,311,5, 5
#GET 7, 6, 300,89,5, 5
Draw a grey arc
#GEA 4, 2, 200,200,0, 150,150 -65, 65
#GEA 5, 2, 400,200,0, 150,150, 115, -115
Change text size
#CTS 1, 28
Place strings
#SSP 8, 1, 180,200,6, "start"
#SSP 9, 1, 310,311,4, "r ccw"
#SSP 10, 1, 310, 89,4, "r cw"
#SSP 11, 1, 410,200,4, "x\|y"
Ellipse polypath
Define green line style
#CLS 5, $00FF00,100, 3
Refrain from defining a filling
#CFD 5
Define grey line style
#CLS 6, $BFBFBF,100, 1
Define a grey filling
#CFC 6, $7F7F7F,100
Set integer register
#VRI 0,110,150
Polypath ellipse green and grey
#GPP 1, 5, 200,300,?E1,R0,R1,0,400,300
#GPP 4, 2, 200,300,?E2,R0,R1,0,400,300
Set dots/circles
#GET 2, 6, 200,300,5, 5
#GET 3, 6, 400,300,5, 5
Change text size
#CTS 1, 28
Set strings
#SSP 8, 1, 180,300,6, "start"
#SSP 11, 1, 410,300,4, "x\|y"
Technische Änderung vorbehalten.
Wir übernehmen keine Haftung für Druckfehler und Applikationsbeispiele..
Seite 152