C API for BALTECH SDK
disp.h File Reference
#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_Disp_DispPageNotFound   BRP_ERR_STATUS(0x4100, 0x01)
 
#define BRP_Disp_DispUnexpectedEop   BRP_ERR_STATUS(0x4100, 0x02)
 
#define BRP_Disp_DispOutOfMem   BRP_ERR_STATUS(0x4100, 0x03)
 
#define BRP_Disp_DispFrameNotFound   BRP_ERR_STATUS(0x4100, 0x04)
 
#define BRP_Disp_DispUnknownCommand   BRP_ERR_STATUS(0x4100, 0x05)
 
#define BRP_Disp_DispStringTooLong   BRP_ERR_STATUS(0x4100, 0x06)
 
#define BRP_Disp_DispInvalidFont   BRP_ERR_STATUS(0x4100, 0x07)
 

Functions

brp_errcode brp_Disp_Enable (brp_protocol protocol, bool Enable)
 
brp_errcode brp_Disp_SetContrast (brp_protocol protocol, unsigned Contrast)
 
brp_errcode brp_Disp_EnableBacklight (brp_protocol protocol, bool EnableLight)
 
brp_errcode brp_Disp_Clear (brp_protocol protocol, bool DelPermanentDefines)
 
brp_errcode brp_Disp_Load (brp_protocol protocol, brp_buf PageDesc, size_t PageDesc_len)
 
brp_errcode brp_Disp_Extend (brp_protocol protocol, brp_buf PageDesc, size_t PageDesc_len)
 

Detailed Description

These are the Display Control commands.

Definition in file disp.h.