Display_Lib_RPI 2.3.0
A C++ Library to connect electronic displays to Linux single board computers.
Loading...
Searching...
No Matches
main.cpp File Reference

Library test file, tests Text,graphics & functions. More...

#include <iostream>
#include "ST7735_TFT_LCD_RDL.hpp"

Detailed Description

Library test file, tests Text,graphics & functions.

Author
Gavin Lyons.
Note
See USER OPTIONS 1-3 in SETUP function
Test:
  1. Test 500 RGB color OK?
  2. Test 501 scroll
  3. Test 502 Rotate
  4. Test 503 change modes test -> Invert, display on/off and Sleep.
  5. Test 701 print out fonts 1-12
  6. Test 702 defined 16-bit Colors, text
  7. Test 703 print entire ASCII font 32 to 127, default font
  8. Test 704 font invert + test character draw using draw functions
  9. Test 705 print method all fonts
  10. Test 706 Misc print class tests (string object, println invert, wrap, base nums etc)
  11. Test 707 Misc draw functions (Invert, wrap)
  12. Test 708 Vectors & std::array with print class
  13. Test 901 pixels and lines
  14. Test 902 rectangles
  15. Test 903 Circle
  16. Test 904 Triangles
  17. Test 905 Polygons
  18. Test 906 Dot Grid
  19. Test 907 Quadrilateral
  20. Test 908 Ellipse
  21. Test 909 Draw Arc and draw simple arc