Modifications

Sauter à la navigation Sauter à la recherche
Ligne 25 : Ligne 25 :     
== Les dispositions ==
 
== Les dispositions ==
Commençons par une précision utile. En anglais, une disposition (entendez "agencement d'élement") se dit "''layout''". C'est un terme que vous pourriez retrouver en différents endroits dans le code d'exemple.  
+
Commençons par une précision utile. En anglais, une disposition (entendez "agencement d'élements") se dit "''layout''". C'est un terme que vous pourriez retrouver en différents endroits dans le code d'exemple et nom de constantes.  
   −
Adafruit_NeoMatrix uses exactly the same coordinate system, color functions and graphics commands as the Adafruit_GFX library. If you’re new to the latter, [[Tutoriel Librairie Adafruit GFX|a separate tutorial explains its use]]. There are also example sketches included with the Adafruit_NeoMatrix library.
+
Adafruit_NeoMatrix utilise le même système de coordonnées, fonctions de couleur et commandes graphiques que la bibliothèque/librairie Adafruit_GFX. Si vous ne connaissez pas encore cette dernière, nous disposons [[Tutoriel Librairie Adafruit GFX|d'un tutoriel séparé expliquant l'utilisation d'Adafruit_GFX]]. Il y a aussi des croquis/sketch d'exemples inluant la bibliothèque Adafruit_NeoMatrix.
    
We’ll just focus on the constructor here — how to declare a two-dimensional display made from NeoPixels. Powering the beast is another matter, covered on the prior page.
 
We’ll just focus on the constructor here — how to declare a two-dimensional display made from NeoPixels. Powering the beast is another matter, covered on the prior page.
29 917

modifications

Menu de navigation