Benutzer-Werkzeuge

Webseiten-Werkzeuge


friedhof:led_matrix

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
project:led_matrix [2011-07-28 16:47] ::ffff:62.214.143.132project:led_matrix [2011-07-28 16:50] ::ffff:62.214.143.132
Zeile 44: Zeile 44:
  
 ===== Commands ===== ===== Commands =====
 +
 +
  
 ==== Clear ==== ==== Clear ====
Zeile 49: Zeile 51:
 Clears all pixels on the LED Matrix. Clears all pixels on the LED Matrix.
  
-Command: CLR +  Command: CLR 
-Data: none+  Data: none
  
 Usage: LEDCLR Usage: LEDCLR
Zeile 58: Zeile 60:
 Sets one pixel on the LED matrix indicated by X and Y coordinates. Sets one pixel on the LED matrix indicated by X and Y coordinates.
  
-Command: STP +  Command: STP 
-Data: COORDINATES (1 Byte)+  Data: COORDINATES (1 Byte) 
 +   
 +Usage: LEDSTP//COORDINATES//
  
 The lower 5 bits of the coordinates parameter describe the X coordinate to set. The lower 5 bits of the coordinates parameter describe the X coordinate to set.
Zeile 71: Zeile 75:
   * LEDSTP! (001 00001) Set Pixel at X = 1 Y = 1   * LEDSTP! (001 00001) Set Pixel at X = 1 Y = 1
   * LEDSTP* (001 01010) Set Pixel at X = 10 Y = 1   * LEDSTP* (001 01010) Set Pixel at X = 10 Y = 1
 +
 +
  
 ==== Clear Pixel ==== ==== Clear Pixel ====
Zeile 76: Zeile 82:
 Clears one pixel on the LED matrix indicated by X and Y coordinates. Clears one pixel on the LED matrix indicated by X and Y coordinates.
  
-Command: CLP +  Command: CLP 
-Data: COORDINATES (1 Byte)+  Data: COORDINATES (1 Byte) 
 +   
 +Usage: LEDCLP//COORDINATES//
  
 The lower 5 bits of the coordinates parameter describe the X coordinate to set. The lower 5 bits of the coordinates parameter describe the X coordinate to set.
Zeile 89: Zeile 97:
   * LEDCLP! (001 00001) Clear Pixel at X = 1 Y = 1   * LEDCLP! (001 00001) Clear Pixel at X = 1 Y = 1
   * LEDCLP* (001 01010) Clear Pixel at X = 10 Y = 1   * LEDCLP* (001 01010) Clear Pixel at X = 10 Y = 1
 +
 +
  
 ==== Toggle Pixel ==== ==== Toggle Pixel ====
Zeile 94: Zeile 104:
 Toggles one pixel on the LED matrix indicated by X and Y coordinates. Toggles one pixel on the LED matrix indicated by X and Y coordinates.
  
-Command: TGP +  Command: TGP 
-Data: COORDINATES (1 Byte)+  Data: COORDINATES (1 Byte) 
 +   
 +Usage: LEDTGP//COORDINATES//
  
 The lower 5 bits of the coordinates parameter describe the X coordinate to set. The lower 5 bits of the coordinates parameter describe the X coordinate to set.
friedhof/led_matrix.txt · Zuletzt geändert: 2020-07-20 11:27 von neos