erreur texte défilant (MAX7219)

Bonjour :slight_smile:

Voilà, je possède un Arduino nano et des MAX7219 et je recherche à faire défiler un texte.
Pour se faire, j'utilise le programme ci-joint.

Et lorsque je lance la vérification, il m'indique :

sketch_aug11b:8: error: variable or field 'scrollMessage' declared void
sketch_aug11b:8: error: 'prog_uchar' was not declared in this scope
sketch_aug11b:8: error: 'messageString' was not declared in this scope
sketch_aug11b:11: error: 'prog_uchar' does not name a type
sketch_aug11b.ino: In function 'void loop()':
sketch_aug11b:23: error: 'scrollText' was not declared in this scope
sketch_aug11b:23: error: 'scrollMessage' was not declared in this scope
sketch_aug11b.ino: At global scope:
sketch_aug11b:29: error: 'prog_uchar' does not name a type
sketch_aug11b:903: error: variable or field 'scrollMessage' declared void
sketch_aug11b:903: error: 'prog_uchar' was not declared in this scope
sketch_aug11b:903: error: 'messageString' was not declared in this scope
variable or field 'scrollMessage' declared void

Quelqu'un sait il comment résoudre ce problème?

D'avance merci :slight_smile:

programme texte défilant.txt (7.84 KB)

hello
ton exemple se compile correctement en version IDE 1.0.5-r2
ne passe pas en 1.61 ni en 1.64

ou alors modifier comme le dit Pépé dans ton autre fil (merci Pépé)
j'ai aussi testé, ça compile bien en 1.61