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 Nokia 5110 display showing use of Text,graphics & functions. Project Name: Display_Lib_RPI. More...

#include "pico/stdlib.h"
#include "hardware/spi.h"
#include "displaylib/nokia5110.hpp"

Detailed Description

Test file for Nokia 5110 display showing use of Text,graphics & functions. Project Name: Display_Lib_RPI.

Author
Gavin Lyons
Test:
  1. Test 501 fill + clear screen
  2. Test 502 Sleep
  3. Test 503 Rotation
  4. Test 504 invert screen command
  5. Test 701 Default font
  6. Test 702 gll font
  7. Test 703 Pico font
  8. Test 704 Sinclair font
  9. Test 707 Mega font
  10. Test 708 Arial bold font
  11. Test 709 hallFetica font
  12. Test 710 Arial round font
  13. Test 711 GroTesk font
  14. Test 712 Sixteen Segment font
  15. Test 713 Display ASCII font 32-90 default font
  16. Test 714 Base number systems using print method
  17. Test 715 println + print & textwrap
  18. Test 716 print method String object
  19. Test 717 print method numbers
  20. Test 901 Graphics shapes
  21. Test 902 Draw pixel
  22. Test 903 Draw lines
  23. Test 904 Advanced Graphic shapes