摘要:
1 /* 2 仪表盘 3 */ 4 void DrawArcScale(void) 5 { 6 int x0 = 160; 7 int y0 = 180; 8 int i; 9 char ac[4];10 GUI_SetBkColor(GUI_WHITE);... 阅读全文
摘要:
1 /* 2 颜色条 3 */ 4 void ShowColorBar(void) 5 { 6 int x0 = 60, y0 = 40, yStep = 15, i; 7 int NumColors = LCD_GetDevCap(LCD_DEVCAP_NUMCOLORS); 8... 阅读全文