SimpleLink MCU SDK Driver APIs  tidrivers_cc13xx_cc26xx_3_01_01_03
Data Structures | Macros | Typedefs | Functions | Variables
DisplaySharp.h File Reference
#include <ti/sysbios/knl/Semaphore.h>
#include <ti/drivers/PIN.h>
#include <ti/drivers/SPI.h>
#include <ti/display/Display.h>
#include <ti/grlib/grlib.h>
#include <stdint.h>
Include dependency graph for DisplaySharp.h:

Go to the source code of this file.

Data Structures

struct  DisplaySharpColor_t
 Foreground and background color struct, compatible with GrLib. More...
 
struct  DisplaySharp_HWAttrs
 
struct  DisplaySharp_Object
 

Macros

#define DISPLAYSHARP_CMD_SET_COLORS   DISPLAY_CMD_RESERVED + 0
 Command used by Display_control to invert the display. More...
 

Typedefs

typedef struct DisplaySharp_HWAttrs DisplaySharp_HWAttrs
 
typedef uint8_t DisplaySharp_Buf_96x96[96 *96/8]
 
typedef uint8_t DisplaySharp_Buf_128x128[128 *128/8]
 
typedef struct DisplaySharp_Object DisplaySharp_Object
 
typedef struct DisplaySharp_ObjectDisplaySharp_Handle
 

Functions

void DisplaySharp_init (Display_Handle handle)
 
Display_Handle DisplaySharp_open (Display_Handle, Display_Params *params)
 
void DisplaySharp_clear (Display_Handle handle)
 
void DisplaySharp_clearLines (Display_Handle handle, uint8_t fromLine, uint8_t toLine)
 
void DisplaySharp_vprintf (Display_Handle handle, uint8_t line, uint8_t column, char *fmt, va_list va)
 
void DisplaySharp_close (Display_Handle)
 
int DisplaySharp_control (Display_Handle handle, unsigned int cmd, void *arg)
 
unsigned int DisplaySharp_getType (void)
 

Variables

const Display_FxnTable DisplaySharp_fxnTable
 

Typedef Documentation

typedef uint8_t DisplaySharp_Buf_96x96[96 *96/8]
typedef uint8_t DisplaySharp_Buf_128x128[128 *128/8]

Function Documentation

void DisplaySharp_init ( Display_Handle  handle)
Display_Handle DisplaySharp_open ( Display_Handle  ,
Display_Params params 
)
void DisplaySharp_clear ( Display_Handle  handle)
void DisplaySharp_clearLines ( Display_Handle  handle,
uint8_t  fromLine,
uint8_t  toLine 
)
void DisplaySharp_vprintf ( Display_Handle  handle,
uint8_t  line,
uint8_t  column,
char *  fmt,
va_list  va 
)
void DisplaySharp_close ( Display_Handle  )
int DisplaySharp_control ( Display_Handle  handle,
unsigned int  cmd,
void *  arg 
)
unsigned int DisplaySharp_getType ( void  )

Variable Documentation

const Display_FxnTable DisplaySharp_fxnTable
Copyright 2016, Texas Instruments Incorporated