Modifications

Sauter à la navigation Sauter à la recherche
Ligne 39 : Ligne 39 :  
{{ADFImage|NeoPixel-UserGuide-NeoMatrix-10.png|640px}}
 
{{ADFImage|NeoPixel-UserGuide-NeoMatrix-10.png|640px}}
   −
Let’s begin with the declaration for a single matrix, because it’s simpler to explain. We’ll be demonstrating the NeoPixel Shield for Arduino in this case an 8x5 matrix of NeoPixels. When looking at this shield with the text in a readable orientation, the first pixel, #0, is at the top left. Each successive pixel is right one position — pixel 1 is directly to the right of pixel 0, and so forth. At the end of each row, the next pixel is at the left side of the next row. This isn’t something we decide in code…it’s how the NeoPixels are hard-wired in the circuit board comprising the shield.
+
Commençons avec la déclaration d'une simple matrice, parce que c'est plus simple à expliquer. Nous allons faire une démonstration avec le {{pl|313|Shield NéoPixel pour Arduino}} qui est une matrice NéoPixel de 8x5 LEDs. En tenant ce shield de façon a pouvoir lire le texte, le premier pixel, #0, est en haut à gauche. Chaque pixel successif sur la droite porte est le pixel suivant... le pixel 1 est directement à droite du pixel 0, le pixel 2 à droite du pixel 1, et ainsi de suite. A la fin de chaque ligne, le pixel suivant se trouve à gauche (le 1ier pixel) sur la ligne suivante.  
 +
 
 +
Ce n'est pas quelque-chose qui à été décidé dans le code... cela dépend simplement du raccordement NéoPixels sur la carte (les pistes de cuivre).
    
{{ADFImage|NeoPixel-UserGuide-NeoMatrix-11.jpg|640px}}
 
{{ADFImage|NeoPixel-UserGuide-NeoMatrix-11.jpg|640px}}
29 917

modifications

Menu de navigation