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:19
void textBox_loop(void)
TextBox display test loop.
Definition Test.cpp:369
void errorMessage_setup(void)
Setup tests of display error and warning messages onto the screen.
Definition Test.cpp:304
void font_loop(void)
Test ability load fonts from ROM, set the color, then display on screen.
Definition Test.cpp:240
void textBox_setup(void)
Setup TextBox display tests.
Definition Test.cpp:331
void touch_setup(void)
Setup tests of ability to register TFT touch events.
Definition Test.cpp:150
void font_setup(void)
Setup tests of ability load fonts from ROM, set the color, then display on screen.
Definition Test.cpp:206
void buttonGfx_loop(void)
Button Graphics test loop.
Definition Test.cpp:506
void touch_loop(void)
Test TFT touch functionality.
Definition Test.cpp:156
void errorMessage_loop(void)
Setup tests of display error and warning messages onto the screen.
Definition Test.cpp:318
void controller_setup(void)
Setup Display Controller board tests.
Definition Test.cpp:391
void DMA_BlockTransfer_setup(void)
Setup tests of DMA image transfer from Flash ROM.
Definition Test.cpp:84
void buttonGfx_setup(void)
Setup Button Graphics tests.
Definition Test.cpp:452
void canvas_loop(void)
Tests the Canvas class.
Definition Test.cpp:70
void controller_loop(void)
Display Controller board test loop.
Definition Test.cpp:422
void DMA_BlockTransfer_loop(void)
Test of DMA image transfer from Flash ROM.
Definition Test.cpp:136