29enum PICSimLabCanvasCmd {
61#define CC_FONTWEIGHT_BOLD 92
63#define CC_ALIGN_LEFT 0x0000
64#define CC_ALIGN_RIGHT 0x0200
65#define CC_ALIGN_CENTER_VERTICAL 0x0800
66#define CC_ALIGN_CENTER 0x0900
73 int x, y, width, height;
81 PICSimLabCanvasCmd cmd;
100 const unsigned int r;
101 const unsigned int g;
102 const unsigned int b;
105 const unsigned int r;
106 const unsigned int g;
107 const unsigned int b;
110 const unsigned int r;
111 const unsigned int g;
112 const unsigned int b;
121 const unsigned int lwidth;
155 const unsigned int align;
189 const int orientation;
192 const unsigned int width;
193 const unsigned int height;
196 const int orientation;
226void DrawLED(CanvasCmd_ft CanvasCmd,
const output_t* output);
227void DrawSlider(CanvasCmd_ft CanvasCmd,
const output_t* output,
const unsigned char pos,
const std::string val,
228 const int FontPointSize);
229void DrawPotentiometer(CanvasCmd_ft CanvasCmd,
const output_t* output,
const unsigned char pos,
const std::string val,
230 const int FontPointSize);
output map struct
Definition board.h:68