Skip to content

Commit

Permalink
move display interfaces to contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Feb 8, 2024
1 parent 0269805 commit 2f3ef70
Show file tree
Hide file tree
Showing 75 changed files with 146 additions and 474 deletions.
126 changes: 0 additions & 126 deletions Source/Meadow.Foundation.Core/Displays/IGraphicsDisplay.cs

This file was deleted.

113 changes: 0 additions & 113 deletions Source/Meadow.Foundation.Core/Displays/IPixelBuffer.cs

This file was deleted.

19 changes: 0 additions & 19 deletions Source/Meadow.Foundation.Core/Displays/IRotatableDisplay.cs

This file was deleted.

64 changes: 0 additions & 64 deletions Source/Meadow.Foundation.Core/Enums/ColorMode.cs

This file was deleted.

29 changes: 0 additions & 29 deletions Source/Meadow.Foundation.Core/Enums/RotationType.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Meadow.Foundation.Graphics;
using Meadow.Foundation.Sensors.Buttons;
using Meadow.Hardware;
using Meadow.Peripherals.Displays;
using Meadow.Peripherals.Sensors.Buttons;
using System.IO;
using System.Reflection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Meadow.Peripherals.Displays;
using System;

namespace Meadow.Foundation.Graphics.Buffers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Meadow.Peripherals.Displays;
using System;

namespace Meadow.Foundation.Graphics.Buffers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Meadow.Peripherals.Displays;
using System;

namespace Meadow.Foundation.Graphics.Buffers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Meadow.Peripherals.Displays;
using System;

namespace Meadow.Foundation.Graphics.Buffers
{
Expand Down
Loading

0 comments on commit 2f3ef70

Please sign in to comment.