public MainPage()
        {
            this.InitializeComponent();

            // Construct the object for the LED strip.  Change the 120 to however many "pixels" you have.
            this.pixelStrip = new DotStarStrip(120);

            this.Loaded += this.MainPage_Loaded;
        }
示例#2
0
        public MainPage()
        {
            this.InitializeComponent();

            // Construct the object for the LED strip.  Change the 120 to however many "pixels" you have.
            this.pixelStrip = new DotStarStrip(120);

            this.Loaded += this.MainPage_Loaded;
        }