SegmentedDisplay
A 7-segment and 14-segment display for Android build with Jetpack Compose
Customizable
Highly customisable.
Hook up to a data stream to create animations.
Dependency
implementation 'com.github.rabross:SegmentedDisplay:v0.3.7'
Add the JitPack repository to your root build.gradle
file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}