/SegmentedDisplay

A 7 and 14 segment display for Android built with Jetpack Compose

Primary LanguageKotlinMIT LicenseMIT

GitHub

SegmentedDisplay

A 7-segment and 14-segment display for Android build with Jetpack Compose

Inspired by limpfish

Customizable

Highly customisable.

Dependency

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' }
    }
}