- modified launcher
- refactored badge app
- Badger 2040 Firmware + Examples: I basically copied these
- Getting Started with Badger 2040 & Badger 2040 W
apps/badge/badge.py: Customisable name badge program.
- BUTTON_UP and BUTTON_DOWN picks between badge configurations
- apps/badge/data/
- JSON files define badge configs
- image files referenced in configs are stored in /apps/badge/data/
// example
{
"heading": "Myriad Genetics",
"name": "Gabriel Knoy",
"r1_title": "[email protected]",
"r1_text": "",
"r2_title": "Data Review Engineering",
"r2_text": "",
"image": {
"file": "portrait-92x128-dithered.jpg",
"width": 92,
"dithered": true
}
}
- Fix responsiveness of picking differnt badges
- Allow arbitrary layout, especially of image