Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Feb 4, 2024
1 parent 603ea28 commit 5c85164
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Meadow;
using Meadow.Foundation;
using Meadow.Foundation.Displays.UI;
using Meadow.Foundation.Graphics;
using System;
Expand Down Expand Up @@ -32,13 +31,6 @@ public void Init(MicroGraphics gl)
InitMenu(gl);

return;

gl.Clear();
gl.DrawText(0, 0, "Meadow Clock");
gl.DrawText(0, 16, "v0.1.0");
gl.Show();

Thread.Sleep(500);
}

public void Update(IIOConfig ioConfig)
Expand Down

0 comments on commit 5c85164

Please sign in to comment.