示例#1
0
        /// <summary>
        /// Constructeur
        /// </summary>
        ///
        public LedMatrixContext()
        {
            if (Environment.MachineName != "PC-BENOIT")
            {
                PixelStrip = new DotStarStrip(NbrLed);
            }

            Pixels = new PixelList(Largeur, Hauteur);
        }
示例#2
0
        /// <summary>
        /// Constructeur
        /// </summary>
        public LedMatrixContext()
        {
            PixelStrip = new DotStarStrip(NbrLed);
            Pixels     = new PixelList(Largeur, Hauteur);

            Util.SetAnimation();
            Util.SetMeteoImg();
            Util.UpdateMeteo();

            //Animations = new AnimationList("Images");
            //MeteoImgs = new AnimationList("MeteoImg");
        }