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

Unified test file carrying out Framerate, Typography, Graphics, and Bitmap tests. PCD8544 Nokia 5110 SPI LCD display Library Project Name: Display_Lib_RPI. More...

#include <cstdio>
#include <iostream>
#include <ctime>
#include <vector>
#include <string>
#include "Bitmap_test_data.hpp"
#include "NOKIA_5110_LCD_RDL.hpp"

Detailed Description

Unified test file carrying out Framerate, Typography, Graphics, and Bitmap tests. PCD8544 Nokia 5110 SPI LCD display Library Project Name: Display_Lib_RPI.

Author
Gavin Lyons
Test:
  1. Test 301 Bitmap full screen
  2. Test 302 Vertically addressed data small bitmaps
  3. Test 303 horizontal addressed data small bitmaps
  4. Test 501 fill + clear screen
  5. Test 502 Sleep
  6. Test 503 Rotation
  7. Test 504 invert screen command
  8. Test 601 FPS test (frame rate per second)
  9. Test 701 Default font
  10. Test 702 gll font
  11. Test 703 Pico font
  12. Test 704 Sinclair font
  13. Test 705 Orla Font
  14. Test 706 Retro Font
  15. Test 707 Mega font
  16. Test 708 Arial bold font
  17. Test 709 hallFetica font
  18. Test 710 Arial round font
  19. Test 711 GroTesk font
  20. Test 712 Sixteen Segment font
  21. Test 713 Display ASCII font 32-90 default font
  22. Test 714 Base number systems using print method
  23. Test 715 println + print & textwrap
  24. Test 716 print method String object
  25. Test 717 print method numbers
  26. Test 901 Graphics shapes
  27. Test 902 Draw pixel
  28. Test 903 Draw lines
  29. Test 904 Advanced Graphic shapes