TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
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/mw/display/Display.h>
#include <ti/mw/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

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_put5 (Display_Handle handle, uint8_t line, uint8_t column, uintptr_t fmt, uintptr_t a0, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4)
 
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

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_put5 ( Display_Handle  handle,
uint8_t  line,
uint8_t  column,
uintptr_t  fmt,
uintptr_t  a0,
uintptr_t  a1,
uintptr_t  a2,
uintptr_t  a3,
uintptr_t  a4 
)
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