upm  1.6.0
Sensor/Actuator repository for libmraa (v1.9.0)
Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
EBOLED Class Reference

Public Member Functions

synchronized void delete ()
 
 EBOLED (int spi, int CD, int reset)
 
 EBOLED (int spi, int CD)
 
 EBOLED (int spi)
 
int refresh ()
 
int write (String msg)
 
int setCursor (int row, int column)
 
void setTextColor (short textColor)
 
void setTextSize (short size)
 
void setTextWrap (short wrap)
 
void drawChar (short x, short y, short data, short color, short size)
 
int clear ()
 
void clearScreenBuffer ()
 
int home ()
 
void drawPixel (byte x, byte y, short color)
 
void drawPixel (byte x, byte y)
 
void drawLine (byte x0, byte y0, byte x1, byte y1, short color)
 
void drawLine (byte x0, byte y0, byte x1, byte y1)
 
void drawLineHorizontal (byte x, byte y, short width, short color)
 
void drawLineHorizontal (byte x, byte y, short width)
 
void drawLineVertical (byte x, byte y, short height, short color)
 
void drawLineVertical (byte x, byte y, short height)
 
void drawRectangle (byte x, byte y, short width, short height, short color)
 
void drawRectangle (byte x, byte y, short width, short height)
 
void drawRoundedRectangle (byte x, byte y, byte width, byte height, short radius, short color)
 
void drawRectangleFilled (byte x, byte y, short width, short height, short color)
 
void drawRectangleFilled (byte x, byte y, short width, short height)
 
void drawTriangle (byte x0, byte y0, byte x1, byte y1, byte x2, byte y2, short color)
 
void drawTriangle (byte x0, byte y0, byte x1, byte y1, byte x2, byte y2)
 
void drawTriangleFilled (byte x0, byte y0, byte x1, byte y1, byte x2, byte y2, short color)
 
void drawCircle (short x0, short y0, short radius, short color)
 
void drawCircle (short x0, short y0, short radius)
 
void drawRoundCorners (byte x0, byte y0, short radius, short cornername, short color)
 
void drawCircleFilled (byte x0, byte y0, short radius, short color)
 
void drawRoundedCornersFilled (byte x0, byte y0, short radius, short cornername, short delta, short color)
 
void fillScreen (short color)
 
void fillScreen ()
 
- Public Member Functions inherited from LCD
synchronized void delete ()
 
int write (int x, int y, String msg)
 
int write (String msg)
 
int setCursor (int row, int column)
 
int clear ()
 
int home ()
 
String name ()
 

Protected Member Functions

 EBOLED (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 
- Protected Member Functions inherited from LCD
 LCD (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long getCPtr (EBOLED obj)
 
- Static Protected Member Functions inherited from LCD
static long getCPtr (LCD obj)
 

Additional Inherited Members

- Protected Attributes inherited from LCD
transient boolean swigCMemOwn
 
Inheritance diagram for EBOLED:
Inheritance graph
[legend]
Collaboration diagram for EBOLED:
Collaboration graph
[legend]

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