@@ -9,10 +9,10 @@ export class NeoPixelElement extends LitElement {
99 @property ( ) b = 0 ;
1010
1111 readonly pinInfo : ElementPin [ ] = [
12- { name : 'VDD' , y : 3.5 , x : 0 , number : 1 , signals : [ VCC ( ) ] } ,
13- { name : 'DOUT' , y : 15.5 , x : 0 , number : 2 , signals : [ ] } ,
14- { name : 'VSS' , y : 15.5 , x : 22 , number : 3 , signals : [ { type : 'power' , signal : 'GND' } ] } ,
15- { name : 'DIN' , y : 3.5 , x : 22 , number : 4 , signals : [ GND ( ) ] } ,
12+ { name : 'VDD' , y : 3.5 , x : 1 , number : 1 , signals : [ VCC ( ) ] } ,
13+ { name : 'DOUT' , y : 14 , x : 1 , number : 2 , signals : [ ] } ,
14+ { name : 'VSS' , y : 14 , x : 21 , number : 3 , signals : [ { type : 'power' , signal : 'GND' } ] } ,
15+ { name : 'DIN' , y : 3.5 , x : 21 , number : 4 , signals : [ GND ( ) ] } ,
1616 ] ;
1717
1818 render ( ) {
@@ -49,10 +49,10 @@ export class NeoPixelElement extends LitElement {
4949 < feGaussianBlur stdDeviation ="0.5 " />
5050 </ filter >
5151 < rect x =".33308 " y ="0 " width ="5 " height ="5 " fill ="${ background } " />
52- < rect x =".016709 " y =".4279 " width =".35114 " height =".9 " fill ="#eaeaea " />
53- < rect x ="0 " y ="3.6518 " width =".35114 " height =".9 " fill ="#eaeaea " />
54- < rect x ="5.312 " y ="3.6351 " width =".35114 " height =".9 " fill ="#eaeaea " />
55- < rect x ="5.312 " y =".3945 " width =".35114 " height =".9 " fill ="#eaeaea " />
52+ < rect x ="0 " y =".5 " width =".35 " height =".9 " fill ="#c3c2c3 " />
53+ < rect x ="0 " y ="3.1 " width =".35 " height =".9 " fill ="#c3c2c3 " />
54+ < rect x ="5.3 " y ="3.1 " width =".35 " height =".9 " fill ="#c3c2c3 " />
55+ < rect x ="5.3 " y =".5 " width =".35 " height =".9 " fill ="#c3c2c3 " />
5656 < circle cx ="2.8331 " cy ="2.5 " r ="2.1 " fill ="#ddd " />
5757 < circle cx ="2.8331 " cy ="2.5 " r ="1.7325 " fill ="#e6e6e6 " />
5858 < g fill ="#bfbfbf ">
0 commit comments