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. | |
Namespace containing test functions for the Solo Controller app.
| void Test::canvas_loop | ( | void | ) |
Tests the Canvas class.
| 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.