Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
50 | mjames | 1 | /* |
2 | * display.h |
||
3 | * |
||
4 | * Created on: 30 Nov 2020 |
||
5 | * Author: mike |
||
6 | */ |
||
7 | |||
8 | #pragma once |
||
9 | |||
10 | #define MAX_DISPLAYS 2 |
||
11 | |||
56 | mjames | 12 | extern void |
13 | cc_init (); |
||
50 | mjames | 14 | |
56 | mjames | 15 | extern int |
57 | mjames | 16 | cc_display (int dialIndex, int suppressIndex); |
56 | mjames | 17 | |
57 | mjames | 18 | extern void |
19 | cc_check_nvram (int dialIndex); |