-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolbox.xml
More file actions
61 lines (54 loc) · 1.47 KB
/
toolbox.xml
File metadata and controls
61 lines (54 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<category name="scroll:bit" colour="843" css-icon="customIcon fad fa-display">
<label text="Pimoroni scroll:bit" web-class="myLabelStyle"></label>
<block type="scrollbit_import"></block>
<block type="scrollbit_scroll">
<value name="text">
<shadow type="stringinline">
<field name="text">Hello World</field>
</shadow>
</value>
</block>
<block type="scrollbit_write">
<value name="text">
<shadow type="stringinline">
<field name="text">Hi!</field>
</shadow>
</value>
</block>
<block type="scrollbit_draw">
<value name="text1">
<shadow type="textinline">
<field name="text">col</field>
</shadow>
</value>
<value name="text2">
<shadow type="textinline">
<field name="text">row</field>
</shadow>
</value>
<value name="text3">
<shadow type="textinline">
<field name="text">icon</field>
</shadow>
</value>
</block>
<block type="scrollbit_pixel">
<value name="text1">
<shadow type="textinline">
<field name="text">col</field>
</shadow>
</value>
<value name="text2">
<shadow type="textinline">
<field name="text">row</field>
</shadow>
</value>
<value name="text3">
<shadow type="textinline">
<field name="text">255</field>
</shadow>
</value>
</block>
<block type="scrollbit_show"></block>
<block type="scrollbit_clear"></block>
</category>