Common definitions used throughout the SoloController app. More...
Go to the source code of this file.
Classes | |
| struct | TextBoxConfig::TextBox_Config |
| Defines TextBox shape information based upon the sizes of the fonts being used. More... | |
Namespaces | |
| namespace | TextBoxConfig |
| Namespace containing configuration information for TextBoxes. | |
Macros | |
| #define | CTP_INT 2 |
| Interrupt signal notifying host of TFT has been touched. | |
| #define | TFT_WAIT 3 |
| TFT wait signal output. | |
| #define | TFT_INT 4 |
| TFT interrupt signal output. | |
| #define | TFT_SD_CS 5 |
| CS pin for SD card reader on display. | |
| #define | CTP_WAKE 6 |
| Interrupt signal for the host to change CTP from hibernate to active mode. | |
| #define | CTP_NOTIF 7 |
| Notifies host processor that CTP data is ready to read. | |
| #define | TFT_BL 8 |
| Backlight pin used by the TFT. | |
| #define | TFT_RESET 9 |
| LCD reset. Active low. | |
| #define | TFT_CS 10 |
| CS pin used by the SPI bus to control the TFT. | |
| #define | SCK 52 |
| Clock for the primary SPI bus. | |
| #define | MISO 50 |
| MISO for the primary SPI bus. | |
| #define | MOSI 51 |
| MOSI for the primary SPI bus. | |
| #define | MCU_RST_TFT A0 |
| MCU commands reset of Display. | |
| #define | ALARM A1 |
| Pin that triggers the alarm. | |
| #define | VOL_SENSOR A15 |
| Analog kettle volume sensor. | |
| #define | ELEM_CNTRL 39 |
| Pin that controls the kettle element. | |
| #define | INTERLOCK_STATUS A2 |
| Pin that indicates the interlock status. | |
| #define | AUX_OUT 35 |
| Pin that controls the 120VAC auxiliary output. | |
| #define | PUMP_OUT 37 |
| Pin that controls the 120VAC pump output. | |
| #define | CONTACTOR_STATUS A3 |
| Pin that indicates the contactor status. | |
| #define | ELEM_SWITCH_LED 39 |
| Pin that controls the LED for the kettle element switch. | |
| #define | BUZZER 41 |
| Pin that controls the buzzer. | |
| #define | KETTLE_CS 47 |
| Pin that controls the kettle RTD temperature sensor. | |
| #define | CHILLER_CS 49 |
| Pin that controls the chiller RTD temperature sensor. | |
Common definitions used throughout the SoloController app.
| #define ALARM A1 |
Pin that triggers the alarm.
| #define AUX_OUT 35 |
Pin that controls the 120VAC auxiliary output.
| #define BUZZER 41 |
Pin that controls the buzzer.
| #define CHILLER_CS 49 |
Pin that controls the chiller RTD temperature sensor.
| #define CONTACTOR_STATUS A3 |
Pin that indicates the contactor status.
| #define CTP_INT 2 |
Interrupt signal notifying host of TFT has been touched.
| #define CTP_NOTIF 7 |
Notifies host processor that CTP data is ready to read.
| #define CTP_WAKE 6 |
Interrupt signal for the host to change CTP from hibernate to active mode.
| #define ELEM_CNTRL 39 |
Pin that controls the kettle element.
| #define ELEM_SWITCH_LED 39 |
Pin that controls the LED for the kettle element switch.
| #define INTERLOCK_STATUS A2 |
Pin that indicates the interlock status.
| #define KETTLE_CS 47 |
Pin that controls the kettle RTD temperature sensor.
| #define MCU_RST_TFT A0 |
MCU commands reset of Display.
| #define MISO 50 |
MISO for the primary SPI bus.
| #define MOSI 51 |
MOSI for the primary SPI bus.
| #define PUMP_OUT 37 |
Pin that controls the 120VAC pump output.
| #define SCK 52 |
Clock for the primary SPI bus.
| #define TFT_BL 8 |
Backlight pin used by the TFT.
| #define TFT_CS 10 |
CS pin used by the SPI bus to control the TFT.
| #define TFT_INT 4 |
TFT interrupt signal output.
| #define TFT_RESET 9 |
LCD reset. Active low.
| #define TFT_SD_CS 5 |
CS pin for SD card reader on display.
| #define TFT_WAIT 3 |
TFT wait signal output.
| #define VOL_SENSOR A15 |
Analog kettle volume sensor.