rabross / SegmentedDisplay

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Kotlin 100.0%