subDesTagesMitExtraKaese vor 3 Jahren
Ursprung
Commit
9fae067f34
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  1. 8 8
      software/Pong_Code/Display.h

+ 8 - 8
software/Pong_Code/Display.h

@@ -19,15 +19,15 @@
  * Each row on the screen is represented by one field of the array.
  * The Integer filling the field convertet to binary state wich pixels are active
  * Exp.:
- *										 __					      __
- *										|  1,0,0,0,0,0,0,0,0,0,0,0  |
- *										|  1,0,0,0,0,0,0,0,0,0,0,0  |
- *										|  1,0,0,0,0,0,0,0,0,0,0,0  |
+ *																			 __					              __
+ *																			|  1,0,0,0,0,0,0,0,0,0,0,0  |
+ *																			|  1,0,0,0,0,0,0,0,0,0,0,0  |
+ *																			|  1,0,0,0,0,0,0,0,0,0,0,0  |
  *	 [2048,2048,2048,64,0,1,1,1]   ==> 	|  0,0,0,0,0,1,0,0,0,0,0,0  | 
- *										|  0,0,0,0,0,0,0,0,0,0,0,0  |
- *										|  0,0,0,0,0,0,0,0,0,0,0,1  |
- *										|  0,0,0,0,0,0,0,0,0,0,0,1  |
- *										|__0,0,0,0,0,0,0,0,0,0,0,1__|
+ *																			|  0,0,0,0,0,0,0,0,0,0,0,0  |
+ *																			|  0,0,0,0,0,0,0,0,0,0,0,1  |
+ *																			|  0,0,0,0,0,0,0,0,0,0,0,1  |
+ *																			|__0,0,0,0,0,0,0,0,0,0,0,1__|
  *
  * 1-> pixel light up
  * 0-> pixel is dark