A 7-segment and 14-segment display for Android build with Jetpack Compose
Inspired by limpfish
Highly customisable.
implementation 'com.github.rabross:SegmentedDisplay:0.4.0'
Add the JitPack repository to your root build.gradle
file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}