Go to the source code of this file.
Namespaces | |
| namespace | Test |
| Namespace containing test functions for the Solo Controller app. | |
Functions | |
| void | Test::canvas_setup (void) |
| Setup tests for the Canvas class. | |
| void | Test::canvas_loop (void) |
| Tests the Canvas class. | |
| void | Test::DMA_BlockTransfer_setup (void) |
| Setup tests of DMA image transfer from Flash ROM. | |
| void | Test::DMA_BlockTransfer_loop (void) |
| Test of DMA image transfer from Flash ROM. | |
| void | Test::touch_setup (void) |
| Setup tests of ability to register TFT touch events. | |
| void | Test::touch_loop (void) |
| Test TFT touch functionality. | |
| void | Test::font_setup (void) |
| Setup tests of ability load fonts from ROM, set the color, then display on screen. | |
| void | Test::font_loop (void) |
| Test ability load fonts from ROM, set the color, then display on screen. | |
| void | Test::errorMessage_setup (void) |
| Setup tests of display error and warning messages onto the screen. | |
| void | Test::errorMessage_loop (void) |
| Setup tests of display error and warning messages onto the screen. | |
| void | Test::textBox_setup (void) |
| Setup TextBox display tests. | |
| void | Test::textBox_loop (void) |
| TextBox display test loop. | |