@@ -121,10 +155,8 @@ public static class Display {
if(x<1||x>192||y<1||y>64){
thrownewArgumentOutOfRangeException("Coordinate position is invalid. Make sure x is a positive value less than 193 or y is a positive value less than 65.");
thrownewArgumentOutOfRangeException("LED configuration is invalid. Make sure led is a positive value less than 3 or color is a positive value less than 4.");