摘要: 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);... 阅读全文
posted @ 2014-04-22 22:37 beautifulzzzz 阅读(960) 评论(1) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-04-22 22:34 beautifulzzzz 阅读(830) 评论(0) 推荐(0) 编辑