ASURO Library  2.80
Functions
lcd_bpi216.h File Reference

Library to control LCD over a serial interface. More...

#include "asuro.h"
Include dependency graph for lcd_bpi216.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.
 

Detailed Description

Library to control LCD over a serial interface.

Author
Matthias Stark
Version
2012-09-28

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.

Function Documentation

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.

Parameters
lineThe line you want to use. Counting starts at 1.
posThe position in the line. Counting starts at 1.