This file contains the "main" function for project, a set of test sequence to test the Display_Lib_RPI::HD44780_LCD library.
More...
#include <iostream>
#include "HD44780_LCD_RDL.hpp"
This file contains the "main" function for project, a set of test sequence to test the Display_Lib_RPI::HD44780_LCD library.
- Author
- Gavin Lyons
- Test:
- Test 1 :: Hello world
- Test 2 :: Move the cursor test
- Test 3 :: Scroll the display test
- Test 4 :: Test GOTO method
- Test 5 :: Test clear a line method
- Test 6 :: Cursor type (4 off) and screen reset test, Cursor mode is changed with a reset.
- Test 7 :: Text entry mode (4 off) if screen is reset the entry mode will be reset to default
- Test 8 :: Print numerical data using print() method
- Test 9 :: Custom character's from the CGRAM test
- Test 10 :: Backlight test.