summaryrefslogtreecommitdiff
path: root/src/shape_maps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape_maps.c')
-rw-r--r--src/shape_maps.c56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/shape_maps.c b/src/shape_maps.c
index 6fc99ab..0ee8d49 100644
--- a/src/shape_maps.c
+++ b/src/shape_maps.c
@@ -14,10 +14,10 @@
* .... .... .... ....
*/
uint8_t arrShapeL[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {1, 1, 1, 0},
- {0, 0, 1, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {1, 1, 1, 0},
+ {0, 0, 1, 0}};
/*
* RL #2 tBlue
@@ -28,10 +28,10 @@ uint8_t arrShapeL[4][4] = {
*/
uint8_t arrShapeRL[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {1, 1, 1, 0},
- {1, 0, 0, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {1, 1, 1, 0},
+ {1, 0, 0, 0}};
/*
* Z #3
@@ -41,10 +41,10 @@ uint8_t arrShapeRL[4][4] = {
* .... .... .... ....
*/
uint8_t arrShapeZ[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {0, 1, 1, 0},
- {1, 1, 0, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {0, 1, 1, 0},
+ {1, 1, 0, 0}};
/*
* S #4
@@ -54,10 +54,10 @@ uint8_t arrShapeZ[4][4] = {
* .... .... .... ....
*/
uint8_t arrShapeS[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {1, 1, 0, 0},
- {0, 1, 1, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {1, 1, 0, 0},
+ {0, 1, 1, 0}};
/*
@@ -68,10 +68,10 @@ uint8_t arrShapeS[4][4] = {
* .... .... .... ....
*/
uint8_t arrShapeB[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {0, 1, 1, 0},
- {0, 1, 1, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {0, 1, 1, 0},
+ {0, 1, 1, 0}};
/*
@@ -82,10 +82,10 @@ uint8_t arrShapeB[4][4] = {
* .#.. .... .#.. ....
*/
uint8_t arrShapeI[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {1, 1, 1, 1},
- {0, 0, 0, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {1, 1, 1, 1},
+ {0, 0, 0, 0}};
/*
@@ -96,8 +96,8 @@ uint8_t arrShapeI[4][4] = {
* .... .... .... ....
*/
uint8_t arrShapeT[4][4] = {
- {0, 0, 0, 0},
- {0, 0, 0, 0},
- {1, 1, 1, 0},
- {0, 1, 0, 0}};
+ {0, 0, 0, 0},
+ {0, 0, 0, 0},
+ {1, 1, 1, 0},
+ {0, 1, 0, 0}};