displaylib_1bit_PICO 2.0.0
1-bit colour graphic display library, Rpi PICO RP2040 library
Loading...
Searching...
No Matches
main.cpp File Reference

Test file for SSD1306_OLED library, testing graphics, functions, text. More...

#include <cstdio>
#include "pico/stdlib.h"
#include <vector>
#include "displaylib/ssd1306.hpp"

Detailed Description

Test file for SSD1306_OLED library, testing graphics, functions, text.

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 Wide font
  8. Test 703 Pico font
  9. Test 704 Sinclair font
  10. Test 705 Mega font
  11. Test 706 Arial bold font
  12. Test 707 hallFetica font
  13. Test 708 Arial round font
  14. Test 709 GroTesk font
  15. Test 710 Sixteen Segment font
  16. Test 711 Display ASCII font 0-255 default font
  17. Test 712 Base number systems using print method
  18. Test 713 println + print & textwrap
  19. Test 714 print method String object
  20. Test 715 print method numbers
  21. Test 808 Error checking test functions
  22. Test 901 Simple graphics test
  23. Test 902 Advanced graphics