1
0
Fork 0

LCD: Introduce LCD display and animations

Add support for the LCD and using it for displaying animations.
Animations are automatically played if available for the ID of the
detected tag.

The code should support adding other kind of animations, for tags being
removed or for other UI interactions for example.
This commit is contained in:
Teo-CD 2023-10-21 22:01:10 +01:00
parent e21123538b
commit 69909851c2
4 changed files with 127 additions and 3 deletions

View file

@ -42,8 +42,8 @@ se synchroniser avec le firmware et potentiellement le mettre à jour.
- [ ] Contrôle des modules
- [x] RFID (base)
- [ ] RFID (avancé, écriture des tags)
- [ ] LCD (base)
- [ ] LCD (animations)
- [x] LCD (base)
- [x] LCD (animations)
- [ ] LCD (UI)
- [ ] Audio (sons de figurines)
- [ ] Audio (sons d'UI)