Kixunil / Kixunil/seven_segment
Allow displaying a -
Open
- Dominant language
- Rust
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I think it is as well valid use to display a minus. For this, I would replace all the `u8` by `i8` and encode the `-` symbol as `-1`. That way the existing API works as before, but this library can serve as a basis for a multiple seven segment display.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named in the issue. Start by locating every u8 use in the Rust driver and determine whether the proposed i8 and -1 representation preserves the existing API; done means a minus can be displayed while existing display behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100