|
Digital Scale
1.0
Digital Scale
|
Enumerations | |
| enum | DISPLAY_MODE_t { DISPLAY_NORMAL, DISPLAY_ALT_SHOW_NORMAL, DISPLAY_ALT_SHOW_ALT } |
Variables | |
| volatile DISPLAY_MODE_t | displayMode |
| Selects the Display Mode. More... | |
If set to DISPLAY_NORMAL, it will stay there and only display[] is displayed permanently.
If set to DISPLAY_ALT_SHOW_NORMAL, the timer interrupt will alter it to DISPLAY_ALT_SHOW_ALT and back in regular intervals to display display[] and display_alt[] alternatingly.
Do not set displayMode directly but use the (inline) functions DisplayNormal() and DisplayAlt().
| enum DISPLAY_MODE_t |
| volatile DISPLAY_MODE_t displayMode |
Selects the Display Mode.
If set to DISPLAY_NORMAL, only display[] is displayed. If set to DISPLAY_ALT_SHOW_NORMAL, the timer displays display[] and inserts display_alt[] for a shorter time. display_alt[] normally contains some error message. Do not set it directly. Use inline functions DisplayNormal() and DisplayAlt() to switch between the modes.
1.8.4