-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
Description
Description:
Currently, the app assumes a fixed screen size for the LED badge display. To make the app compatible with multiple LED badge hardware variants, we should allow users to select the screen size manually, and ensure both virtual rendering and BLE data generation respect this selection.
- Let users manually select the LED badge screen dimensions (e.g., width × height).
- Adjust the virtual badge preview to match the selected screen size.
- Format the pixel/text data sent over BLE according to the selected size.
- Ensure the badge firmware (which is agnostic of screen size) renders the data as expected.
Also:
The saved badges screen shows saved badge designs and sizes. The goal is to transfer the specific badge designs to a dedicated slot. Up to 8 slots are available on a badge. So, implement the following:
- Add a menu with the badge sizes: Small, Large, XLarge