1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_aip31068/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

# AIP31068 I2C PWM controller
## Overview
This test application demonstrates the usage of the AIP31068 driver interface
and can be used to test a AIP31068 LCD device with shell commands.
## Usage
The following shell commands are available:
* **turn_on:** Turn on LCD.
* **turn_off:** Turn off LCD.
* **clear:** Clear display content.
* **home:** Return cursor to home position (0, 0).
* **autoscroll:** Enable or disable autoscroll.
* **cursor_blinking:** Enable or disable cursor blinking.
* **cursor_visible:** Show or hide the cursor.
* **cursor_position:** Set cursor position.
* **text_insertion:** Set text insertion mode.
* **cursor_left:** Move cursor one to the left.
* **cursor_right:** Move cursor one to the right.
* **scroll_left:** Scroll display content one to the left.
* **scroll_right:** Scroll display content one to the right.
* **create_custom_symbol:** Create a custom symbol.
* **print_custom_symbol:** Print a custom symbol.
* **print:** Print a string.
* **progressbar:** Enable/ disable progressbar feature.
* **progressbar_row:** Set row for progressbar.
* **progress:** Set progress for progressbar.
* **run_demo:** Demonstration of all functions.