Namespace containing test functions for the Solo Controller app.
Definition Test.h:13
void canvas_setup(void)
Setup tests for the Canvas class.
Definition Test.cpp:23
void textBox_loop(void)
TextBox display test loop.
Definition Test.cpp:370
void errorMessage_setup(void)
Setup tests of display error and warning messages onto the screen.
Definition Test.cpp:308
void font_loop(void)
Test ability load fonts from ROM, set the color, then display on screen.
Definition Test.cpp:244
void textBox_setup(void)
Setup TextBox display tests.
Definition Test.cpp:335
void touch_setup(void)
Setup tests of ability to register TFT touch events.
Definition Test.cpp:154
void font_setup(void)
Setup tests of ability load fonts from ROM, set the color, then display on screen.
Definition Test.cpp:210
void touch_loop(void)
Test TFT touch functionality.
Definition Test.cpp:160
void errorMessage_loop(void)
Setup tests of display error and warning messages onto the screen.
Definition Test.cpp:322
void DMA_BlockTransfer_setup(void)
Setup tests of DMA image transfer from Flash ROM.
Definition Test.cpp:88
void canvas_loop(void)
Tests the Canvas class.
Definition Test.cpp:74
void DMA_BlockTransfer_loop(void)
Test of DMA image transfer from Flash ROM.
Definition Test.cpp:140