Modifications

Sauter à la navigation Sauter à la recherche
739 octets ajoutés ,  9 mai 2016 à 20:16
Ligne 80 : Ligne 80 :  
* MCH-Accord
 
* MCH-Accord
 
* ADF-Accord, ARDUINO-Accord, GOF-Accord, ECE-Accord
 
* ADF-Accord, ARDUINO-Accord, GOF-Accord, ECE-Accord
 +
 +
=== SyntaxHilight ===
 +
 +
<nowiki><syntaxhighlight lang="python">
 +
#!/usr/bin/python
 +
 +
# Simple RGBMatrix example, using only Clear(), Fill() and SetPixel().
 +
# These functions have an immediate effect on the display; no special
 +
# refresh operation needed.
 +
# Requires rgbmatrix.so present in the same directory.
 +
 +
import time
 +
from rgbmatrix import Adafruit_RGBmatrix
 +
</syntaxhighlight></nowiki>
 +
 +
<syntaxhighlight lang="python">
 +
#!/usr/bin/python
 +
 +
# Simple RGBMatrix example, using only Clear(), Fill() and SetPixel().
 +
# These functions have an immediate effect on the display; no special
 +
# refresh operation needed.
 +
# Requires rgbmatrix.so present in the same directory.
 +
 +
import time
 +
from rgbmatrix import Adafruit_RGBmatrix
 +
</syntaxhighlight>
    
=== Round Box ===
 
=== Round Box ===
29 917

modifications

Menu de navigation