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:
trotFunky 2023-10-21 22:01:10 +01:00
parent 92a186f752
commit 005f4e1bea
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)