29enum PICSimLabCanvasCmd {
62#define CC_FONTWEIGHT_BOLD 92
64#define CC_ALIGN_LEFT 0x0000
65#define CC_ALIGN_RIGHT 0x0200
66#define CC_ALIGN_CENTER_VERTICAL 0x0800
67#define CC_ALIGN_CENTER 0x0900
74 int x, y, width, height;
83 PICSimLabCanvasCmd cmd;
102 const unsigned int r;
103 const unsigned int g;
104 const unsigned int b;
107 const unsigned int r;
108 const unsigned int g;
109 const unsigned int b;
112 const unsigned int r;
113 const unsigned int g;
114 const unsigned int b;
123 const unsigned int lwidth;
157 const unsigned int align;
193 const int orientation;
196 const unsigned int width;
197 const unsigned int height;
200 const int orientation;
230void DrawLED(
int partn, CanvasCmd_ft CanvasCmd,
const output_t* output);
231void DrawSlider(
int partn, CanvasCmd_ft CanvasCmd,
const output_t* output,
const unsigned char pos,
232 const std::string val,
const int FontPointSize);
233void DrawPotentiometer(
int partn, CanvasCmd_ft CanvasCmd,
const output_t* output,
const unsigned char pos,
234 const std::string val,
const int FontPointSize);
output map struct
Definition board.h:68