/// <summary>
        /// Initializes a new instance of the <see cref="Hd44780LcdConnectionSettings"/> class.
        /// </summary>
        public Hd44780LcdConnectionSettings()
        {
            ScreenWidth = 20;
            ScreenHeight = 2;
            PatternWidth = 5;
            PatternHeight = 8;

            Encoding = new Hd44780A00Encoding();
            //RightToLeft = false;
        }
Exemplo n.º 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="Hd44780LcdConnectionSettings"/> class.
        /// </summary>
        public Hd44780LcdConnectionSettings()
        {
            ScreenWidth   = 20;
            ScreenHeight  = 2;
            PatternWidth  = 5;
            PatternHeight = 8;

            Encoding = new Hd44780A00Encoding();
            //RightToLeft = false;
        }