libdrmconf
0.11.3
A library to program DMR radios.
|
Channel name and call-sign colors supported by the D878UV. More...
#include <d878uv_codeplug.hh>
Static Public Member Functions | |
static AnytoneDisplaySettingsExtension::Color | decode (uint8_t code) |
Maps code -> color. | |
static uint8_t | encode (AnytoneDisplaySettingsExtension::Color color) |
Maps color -> code. | |
Protected Types | |
enum | CodedColor { Orange =0 , Red =1 , Yellow =2 , Green =3 , Turquoise =4 , Blue =5 , White = 6 } |
Encoding of the supported colors. | |