Classes | Defines

textlcd.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>
#include "singleton.h"
#include "property.h"
#include "9302hw.h"

Go to the source code of this file.

Classes

class  CTextLcd
 CTextLcd allows control of the 16x2 text LCD on the VEXPro. More...

Defines

#define TL_OBJECT   1
#define TL_PROP_BACKLIGHT   PROP_ID(TL_OBJECT, 0)
#define TL_PROP_HEIGHT   PROP_ID(TL_OBJECT, 1)
#define TL_PROP_WIDTH   PROP_ID(TL_OBJECT, 2)
#define TL_CHAR_UP   0x01
#define TL_CHAR_DOWN   0xf5
#define TL_CHAR_LEFT   0xf7
#define TL_CHAR_RIGHT   0xf6
#define TL_CHAR_LOWBATT   0x02
#define TL_CHAR_COPYRIGHT   0xcf
#define TL_CHAR_WSA0   0x03
#define TL_CHAR_WSA1   0x04
#define TL_CHAR_WSB0   0x20
#define TL_CHAR_WSB1   0x05
#define TL_CHAR_WSB2   0x06
#define TL_CHAR_WSB3   0x07
#define TL_STRING_UP   "\x01"
#define TL_STRING_DOWN   "\xf5"
#define TL_STRING_LEFT   "\xf7"
#define TL_STRING_RIGHT   "\xf6"
#define TL_STRING_LOWBATT   "\x02"
#define TL_STRING_COPYRIGHT   "\xcf"
#define TL_STRING_WSA0   "\x03"
#define TL_STRING_WSA1   "\x04"
#define TL_STRING_WSB0   "\x20"
#define TL_STRING_WSB1   "\x05"
#define TL_STRING_WSB2   "\x06"
#define TL_STRING_WSB3   "\x07"
#define TL_DELAY()   Delay(20)
#define TL_DELAYL()   Delay(2000)

Define Documentation

#define TL_CHAR_COPYRIGHT   0xcf
#define TL_CHAR_DOWN   0xf5
#define TL_CHAR_LEFT   0xf7
#define TL_CHAR_LOWBATT   0x02
#define TL_CHAR_RIGHT   0xf6
#define TL_CHAR_UP   0x01
#define TL_CHAR_WSA0   0x03
#define TL_CHAR_WSA1   0x04
#define TL_CHAR_WSB0   0x20
#define TL_CHAR_WSB1   0x05
#define TL_CHAR_WSB2   0x06
#define TL_CHAR_WSB3   0x07
#define TL_DELAY (  )     Delay(20)
#define TL_DELAYL (  )     Delay(2000)
#define TL_OBJECT   1
#define TL_PROP_BACKLIGHT   PROP_ID(TL_OBJECT, 0)
#define TL_PROP_HEIGHT   PROP_ID(TL_OBJECT, 1)
#define TL_PROP_WIDTH   PROP_ID(TL_OBJECT, 2)
#define TL_STRING_COPYRIGHT   "\xcf"
#define TL_STRING_DOWN   "\xf5"
#define TL_STRING_LEFT   "\xf7"
#define TL_STRING_LOWBATT   "\x02"
#define TL_STRING_RIGHT   "\xf6"
#define TL_STRING_UP   "\x01"
#define TL_STRING_WSA0   "\x03"
#define TL_STRING_WSA1   "\x04"
#define TL_STRING_WSB0   "\x20"
#define TL_STRING_WSB1   "\x05"
#define TL_STRING_WSB2   "\x06"
#define TL_STRING_WSB3   "\x07"