C API for BALTECH SDK
disp.h File Reference

These are the Display Control commands. More...

#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_Disp_DispPageNotFound   BRP_ERR_STATUS(0x4100, 0x01)
 Page was neither found in configuration nor in flash. More...
 
#define BRP_Disp_DispUnexpectedEop   BRP_ERR_STATUS(0x4100, 0x02)
 Unexpected end of page. More...
 
#define BRP_Disp_DispOutOfMem   BRP_ERR_STATUS(0x4100, 0x03)
 Too much defines, too much frames or too much strings used by this page. More...
 
#define BRP_Disp_DispFrameNotFound   BRP_ERR_STATUS(0x4100, 0x04)
 The specified frame is not defined. More...
 
#define BRP_Disp_DispUnknownCommand   BRP_ERR_STATUS(0x4100, 0x05)
 The render command is not known. More...
 
#define BRP_Disp_DispStringTooLong   BRP_ERR_STATUS(0x4100, 0x06)
 String is too long. More...
 
#define BRP_Disp_DispInvalidFont   BRP_ERR_STATUS(0x4100, 0x07)
 invalid font More...
 

Functions

brp_errcode brp_Disp_Enable (brp_protocol protocol, bool Enable)
 Enable/Disable Display. More...
 
brp_errcode brp_Disp_SetContrast (brp_protocol protocol, unsigned Contrast)
 Set contrast of display. More...
 
brp_errcode brp_Disp_EnableBacklight (brp_protocol protocol, bool EnableLight)
 Enable/Disable display backlight. More...
 
brp_errcode brp_Disp_Clear (brp_protocol protocol, bool DelPermanentDefines)
 Clear Page description. More...
 
brp_errcode brp_Disp_Load (brp_protocol protocol, brp_buf PageDesc, size_t PageDesc_len)
 Load page description. More...
 
brp_errcode brp_Disp_Extend (brp_protocol protocol, brp_buf PageDesc, size_t PageDesc_len)
 Extend page description. More...
 

Detailed Description

These are the Display Control commands.

Definition in file disp.h.