“TFT ST7735语法手册/zh”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
 
(未显示同一用户的11个中间版本)
第4行: 第4行:
 
|
 
|
  
*'''以下主要介绍一下用ST7735画图时的常用函数和常量'''
+
*'''用ST7735画图时的常用函数和常量'''
  
 
{| border="0" cellpadding="10" width="100%"
 
{| border="0" cellpadding="10" width="100%"
 
|-
 
|-
|width="50%" valign="top" align="left"|
+
|width="33%" valign="top" align="left"|
**'''Constants/常量'''
 
***'''[[ST7735_BLACK]]'''
 
***'''[[ST7735_BLUE]]'''
 
***'''[[ST7735_RED]]'''
 
***'''[[ST7735_GREEN]]'''
 
***'''[[ST7735_CYAN]]'''
 
***'''[[ST7735_MAGENTA]]'''
 
***'''[[ST7735_YELLOW]]'''
 
***'''[[ST7735_WHITE]]'''
 
|width="50%" valign="top" align="left"|
 
 
*'''Functions/函数'''
 
*'''Functions/函数'''
 
**'''图形'''
 
**'''图形'''
***'''[[tft.drawFastHLine(x, y, w, color)]]'''
+
***'''[[tft.fillScreen()]]'''
***'''[[tft.drawFastVLine(x, y, h, color)]]'''
+
***'''[[tft.drawFastHLine()]]'''
***'''[[tft.drawLine(x0, y0, x1,y1, color)]]'''
+
***'''[[tft.drawFastVLine()]]'''
***'''[[tft.drawRect(x, y, w, h, color)]]'''
+
***'''[[tft.drawLine()]]'''
***'''[[tft.fillRect(x, y, w, h, color)]]'''
+
***'''[[tft.drawRect()]]'''
***'''[[tft.drawCircle(x0, y0, r, color)]]'''
+
***'''[[tft.fillRect()]]'''
***'''[[tft.fillCircle(x0, y0, r, color)]]'''
+
***'''[[tft.drawCircle()]]'''
***'''[[tft.drawTriangle(x0, y0, x1, y1, x2, y2, color)]]'''
+
***'''[[tft.fillCircle()]]'''
***'''[[tft.fillTriangle(x0, y0, x1, y1, x2, y2, color)]]'''
+
***'''[[tft.drawTriangle()]]'''
***'''[[tft.drawRoundRect(x, y, w ,h, r, color)]]'''
+
***'''[[tft.fillTriangle()]]'''
***'''[[tft.fillRoundRect(x, y, w ,h, r, color)]]'''
+
***'''[[tft.drawRoundRect()]]'''
***'''[[tft.fillScreen(color)]]'''
+
***'''[[tft.fillRoundRect()]]'''
 +
|width="33%" valign="top" align="left"|
 +
*'''Functions/函数'''
 
**'''文字'''
 
**'''文字'''
***'''[[tft.setCursor(x,  y)]]'''
+
***'''[[tft.setCursor()]]'''
***'''[[tft.setTextColor(c)]]'''
+
***'''[[tft.setTextColor()]]'''
***'''[[tft.setTextColor(c, bg)]]'''
+
***'''[[tft.setTextSize()]]'''
***'''[[tft.setTextSize(s)]]'''
+
***'''[[tft.println()]]'''
***'''[[tft.setTextWrap(w)]]'''
+
|width="33%" valign="top" align="left"|
***'''[[tft.setRotation(r)]]'''
+
*'''Constants/常量'''
}
+
**'''[[预定义颜色]]'''
 +
|}

2016年7月13日 (三) 07:37的最新版本