FemtoIDE Java API  v0.0.18b
femto.hardware.ST7775 Class Reference

Static Public Member Functions

static void setX (int x)
 
static void setY (int y)
 
static void beginStream ()
 
static void toggle ()
 
static void writeCommand (int cmd)
 
static void writeData (int data)
 

Static Public Attributes

static final int CD_PORT = 0
 
static final int CD_PIN = 2
 
static final int WR_PORT = 1
 
static final int WR_PIN = 12
 
static final int RD_PORT = 1
 
static final int RD_PIN = 24
 
static final int RES_PORT = 1
 
static final int RES_PIN = 0
 
static final pointer CD_SET = LPC11U68.GPIO_PORT_SET0
 
static final pointer CD_CLR = LPC11U68.GPIO_PORT_CLR0
 
static final pointer WR_SET = LPC11U68.GPIO_PORT_SET1
 
static final pointer WR_CLR = LPC11U68.GPIO_PORT_CLR1
 
static final pointer RD_SET = LPC11U68.GPIO_PORT_SET1
 
static final pointer RD_CLR = LPC11U68.GPIO_PORT_CLR1
 
static final pointer RES_SET = LPC11U68.GPIO_PORT_SET1
 
static final pointer RES_CLR = LPC11U68.GPIO_PORT_CLR1
 
static final pointer MPIN = LPC11U68.GPIO_PORT_MPIN2
 
static final byte CMD_SET_X = 0x21
 
static final byte CMD_SET_Y = 0x20
 
static final byte CMD_WRITE = 0x22
 

The documentation for this class was generated from the following file: