Reply To: Latest version?

HomeForumsMonoBrick EV3 FirmwareLatest version?Reply To: Latest version?

#4618
Author Image
Vlad Ruzov
Participant

The example below works with old dll (from sd image) and does not work with dll that you provided.

using System;
using System.Threading;
using MonoBrickFirmware.Display;

namespace HelloWorld
{
   public static class Program
   {
      public static void Main( string[] args)
      {
         LcdConsole.WriteLine ("Hello World!");
         Thread.Sleep (2000);
      }
   }
}
Posted in

Make a donation