Namespace containing test functions for the Solo Controller app. More...
Functions | |
| void | canvas_setup (void) |
| Setup tests for the Canvas class. | |
| void | canvas_loop (void) |
| Tests the Canvas class. | |
| void | DMA_BlockTransfer_setup (void) |
| Setup tests of DMA image transfer from Flash ROM. | |
| void | DMA_BlockTransfer_loop (void) |
| Test of DMA image transfer from Flash ROM. | |
| void | touch_setup (void) |
| Setup tests of ability to register TFT touch events. | |
| void | touch_loop (void) |
| Test TFT touch functionality. | |
| void | font_setup (void) |
| Setup tests of ability load fonts from ROM, set the color, then display on screen. | |
| void | font_loop (void) |
| Test ability load fonts from ROM, set the color, then display on screen. | |
| void | errorMessage_setup (void) |
| Setup tests of display error and warning messages onto the screen. | |
| void | errorMessage_loop (void) |
| Setup tests of display error and warning messages onto the screen. | |
| void | textBox_setup (void) |
| Setup TextBox display tests. | |
| void | textBox_loop (void) |
| TextBox display test loop. | |
| void | controller_setup (void) |
| Setup Display Controller board tests. | |
| void | controller_loop (void) |
| Display Controller board test loop. | |
| void | buttonGfx_setup (void) |
| Setup Button Graphics tests. | |
| void | buttonGfx_loop (void) |
| Button Graphics test loop. | |
Namespace containing test functions for the Solo Controller app.
| void Test::buttonGfx_loop | ( | void | ) |
Button Graphics test loop.
| void Test::canvas_loop | ( | void | ) |
Tests the Canvas class.
| void Test::controller_loop | ( | void | ) |
Display Controller board test loop.
| void Test::controller_setup | ( | void | ) |
Setup Display Controller board tests.
< Pin that controls the TFT reset
< Pin that controls the alarm
< Pin that reads the volume sensor (analog)
< Pin that controls the kettle element (120VAC)
< Pin that indicates the interlock status
< Pin that controls the auxiliary output (120VAC)
< Pin that controls the pump output (120VAC)
< Pin that indicates the contactor status
< Pin that controls the element switch LED
< Pin that controls the buzzer
< Pin that controls the kettle chip select for temp probe (SPI)
< Pin that controls the chiller chip select for temp probe (SPI)
< Turn off the alarm
< Turn off the kettle element
< Turn off the auxiliary output
< Turn off the pump output
< Turn off the element switch LED
< Turn off the buzzer
< Set kettle chip select to HIGH (inactive)
< Set chiller chip select to HIGH (inactive)
| void Test::DMA_BlockTransfer_loop | ( | void | ) |
Test of DMA image transfer from Flash ROM.
| void Test::DMA_BlockTransfer_setup | ( | void | ) |
Setup tests of DMA image transfer from Flash ROM.
| void Test::errorMessage_loop | ( | void | ) |
Setup tests of display error and warning messages onto the screen.
| void Test::errorMessage_setup | ( | void | ) |
Setup tests of display error and warning messages onto the screen.
| void Test::font_loop | ( | void | ) |
Test ability load fonts from ROM, set the color, then display on screen.
| void Test::font_setup | ( | void | ) |
Setup tests of ability load fonts from ROM, set the color, then display on screen.
| void Test::textBox_loop | ( | void | ) |
TextBox display test loop.
| void Test::touch_loop | ( | void | ) |
Test TFT touch functionality.
| void Test::touch_setup | ( | void | ) |
Setup tests of ability to register TFT touch events.