ASURO Library
2.80
|
Library to control LCD over a serial interface. More...
#include "asuro.h"
Go to the source code of this file.
Functions | |
void | LCD_clear (void) |
Clear LCD. | |
void | LCD_moveTo (unsigned char line, unsigned char pos) |
Sets the cursor to the position where you want to start writting. | |
Library to control LCD over a serial interface.
This Library is designed for BPI-216 LCD, that has a serial interface. The display has 2 lines whith 16 characters in each line. This library is used to send control commands to the display. To write Text to the display you need to use use the commands for the serial interface.
Definition in file lcd_bpi216.h.
void LCD_clear | ( | void | ) |
Clear LCD.
void LCD_moveTo | ( | unsigned char | line, |
unsigned char | pos | ||
) |
Sets the cursor to the position where you want to start writting.
line | The line you want to use. Counting starts at 1. |
pos | The position in the line. Counting starts at 1. |