Datasheet
EA uniTFT Vorläufig
DRAWING/GRAPHIC PRIMITIVES
Graphic drawing objects
Rounded rectangle with border
Define line style
#CLS 1, $00FF00,100, 5
Define filling
#CFC 1, $FF0000,100
Rounded rectangle with border, a type of picture frame
#GRR 1,1, 400,240,5, 200,100,20, 15
Polyline - Santa Claus house
Define line style
#CLS 1, $00FF00,100, 2
Refrain from defining a filling
#CFD 1
Draw a Santa Claus house with the aid of a polypath
#GPL 1,1,20,20, 20,100, 70,100, 70,20, 20,20, 70,100, 45,130, 20,100,
70,20
Filled-in polyline - trapezium
Define line style
#CLS 1, $00FF00,100, 3
Define filling
#CFC 1, $FF0000,100
Draw a filled-in trapezium with the aid of a polypath
#GPF 1,1, 20,20, 60,80, 160,80, 120,20
Extend a polyline - Santa Claus house
Define line style
#CLS 1, $00FF00,100, 2
Refrain from defining a filling
#CFD 1
Draw a Santa Claus house with polypath from lines
#GPL 1,1, 20,20, 20,100, 70,100, 70,20, 20,20, 70,100, 45,140, 20,100,
70,20
Extend the Santa Claus house by the 3rd dimension
#GPA 1, 1,20,20, 20,100, 70,100, 70,20, 20,20, 70,100, 45,130, 20,100,
70,20
Polypath - Draw a car
Define line style
#CLS 1, $00FF00,100, 2
Define filling
#CFC 1, $FF0000,100
Draw a car using path segments
#GPP 1,1, 50,200, ?v-50, ?h150, ?c0,70,130,0, ?h200, ?c0,70,130,0, ?h90,
?v100, ?h-85, ?l-40,65, ?h-220, ?q-40,0,-145,-75, ?h-130, ?z
Technische Änderung vorbehalten.
Wir übernehmen keine Haftung für Druckfehler und Applikationsbeispiele..
Seite 148