mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(environment): add 1-Wire multi-thermometer (DS18B20) display support (#5130)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
099aea2d81
commit
f48fc61729
8 changed files with 162 additions and 7 deletions
|
|
@ -60,6 +60,10 @@ object GraphColors {
|
|||
val Lime = Color(0xFFCDDC39)
|
||||
val Indigo = Color(0xFF3F51B5)
|
||||
val DeepOrange = Color(0xFFFF5722)
|
||||
val Magenta = Color(0xFFE040FB)
|
||||
val SkyBlue = Color(0xFF03A9F4)
|
||||
val Chartreuse = Color(0xFF76FF03)
|
||||
val Coral = Color(0xFFFF6E40)
|
||||
}
|
||||
|
||||
object StatusColors {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue