Test file for SSD1306_OLED library, testing graphics, functions, text.
More...
#include <cstdio>
#include "pico/stdlib.h"
#include <vector>
#include "displaylib/ssd1306.hpp"
Test file for SSD1306_OLED library, testing graphics, functions, text.
- Author
- Gavin Lyons
- Test:
- Test 501 Enable and disable Screen (Sleep mode)
- Test 502 Invert screen color
- Test 503 Contrast screen
- Test 504 Scroll Screen
- Test 505 Rotate
- Test 701 Default font
- Test 702 Wide font
- Test 703 Pico font
- Test 704 Sinclair font
- Test 705 Mega font
- Test 706 Arial bold font
- Test 707 hallFetica font
- Test 708 Arial round font
- Test 709 GroTesk font
- Test 710 Sixteen Segment font
- Test 711 Display ASCII font 0-255 default font
- Test 712 Base number systems using print method
- Test 713 println + print & textwrap
- Test 714 print method String object
- Test 715 print method numbers
- Test 808 Error checking test functions
- Test 901 Simple graphics test
- Test 902 Advanced graphics