// Fonction pour afficher un chiffre sur les matrices LED void displayDigit(int matrixIndex, int digit) { static const byte digits[10][8] = { {0b00111100, 0b01000010, 0b01000010, 0b01000010, ...