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

This file contains the "main" function for project, a set of test sequence to test the Display_Lib_RPI::HD44780_LCD library, ends with clock demo. More...

#include <iostream>
#include <csignal>
#include "HD44780_LCD_RDL.hpp"

Detailed Description

This file contains the "main" function for project, a set of test sequence to test the Display_Lib_RPI::HD44780_LCD library, ends with clock demo.

Author
Gavin Lyons
Test:
  1. Test 1 :: Hello world
  2. Test 2 :: Move the cursor test
  3. Test 3 :: Scroll the display test
  4. Test 4 :: Test GOTO method
  5. Test 5 :: Test clear a line method
  6. Test 6 :: Cursor type (4 off) and screen reset test, Cursor mode is changed with a reset.
  7. Test 7 :: Text entry mode (4 off) if screen is reset the entry mode will be reset to default
  8. Test 8 :: Print numerical data using print() method
  9. Test 9 :: Custom character's from the CGRAM test
  10. Test 10 :: Test vectors using print() method
  11. Test 11 :: Backlight test.
  12. Test 12 :: Clock Demo