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

Test file for SSD1306_OLED display showing use of Text, graphics and functions. Project Name: Display_Lib_RPI. More...

#include <cstdio>
#include "SSD1306_OLED_RDL.hpp"

Detailed Description

Test file for SSD1306_OLED display showing use of Text, graphics and functions. Project Name: Display_Lib_RPI.

Author
Gavin Lyons
Test:
  1. Test 501 Enable and disable Screen (Sleep mode)
  2. Test 502 Invert screen color
  3. Test 503 Contrast screen
  4. Test 504 Scroll Screen
  5. Test 505 Rotate
  6. Test 701 Default font
  7. Test 702 gll font
  8. Test 703 Pico font
  9. Test 704 Sinclair font
  10. Test 705 Orla Font
  11. Test 706 Retro Font
  12. Test 707 Mega font
  13. Test 708 Arial bold font
  14. Test 709 hallFetica font
  15. Test 710 Arial round font
  16. Test 711 GroTesk font
  17. Test 712 Sixteen Segment font
  18. Test 713 Display ASCII font 32-127 default font
  19. Test 714 Base number systems using print method
  20. Test 715 println + print & textwrap
  21. Test 716 print method String object
  22. Test 717 print method numbers + vectors + std:arrays
  23. Test 901 Basic Graphics test
  24. Test 905 Polygons
  25. Test 906 Dot Grid
  26. Test 907 Quadrilateral
  27. Test 908 Ellipse
  28. Test 909 Draw Arc and draw simple arc