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

来自Microduino Wikipedia
跳转至: 导航搜索
第21行: 第21行:
 
*'''Functions/函数'''
 
*'''Functions/函数'''
 
**'''图形'''
 
**'''图形'''
***'''[[tft.drawFastHLine(x, y, w, color)]]'''
+
***'''[[tft.drawFastHLine()]]'''
***'''[[tft.drawFastVLine(x, y, h, color)]]'''
+
***'''[[tft.drawFastVLine()]]'''
***'''[[tft.drawLine(x0, y0, x1,y1, color)]]'''
+
***'''[[tft.drawLine()]]'''
***'''[[tft.drawRect(x, y, w, h, color)]]'''
+
***'''[[tft.drawRect()]]'''
***'''[[tft.fillRect(x, y, w, h, color)]]'''
+
***'''[[tft.fillRect()]]'''
***'''[[tft.drawCircle(x0, y0, r, color)]]'''
+
***'''[[tft.drawCircle()]]'''
***'''[[tft.fillCircle(x0, y0, r, color)]]'''
+
***'''[[tft.fillCircle()]]'''
***'''[[tft.drawTriangle(x0, y0, x1, y1, x2, y2, color)]]'''
+
***'''[[tft.drawTriangle()]]'''
***'''[[tft.fillTriangle(x0, y0, x1, y1, x2, y2, color)]]'''
+
***'''[[tft.fillTriangle()]]'''
***'''[[tft.drawRoundRect(x, y, w ,h, r, color)]]'''
+
***'''[[tft.drawRoundRect()]]'''
***'''[[tft.fillRoundRect(x, y, w ,h, r, color)]]'''
+
***'''[[tft.fillRoundRect()]]'''
***'''[[tft.fillScreen(color)]]'''
+
***'''[[tft.fillScreen()]]'''
 
**'''文字'''
 
**'''文字'''
***'''[[tft.setCursor(x,  y)]]'''
+
***'''[[tft.setCursor()]]'''
***'''[[tft.setTextColor(c)]]'''
+
***'''[[tft.setTextColor()]]'''
***'''[[tft.setTextColor(c, bg)]]'''
+
***'''[[tft.setTextColor()]]'''
***'''[[tft.setTextSize(s)]]'''
+
***'''[[tft.setTextSize()]]'''
***'''[[tft.setTextWrap(w)]]'''
+
***'''[[tft.setTextWrap()]]'''
***'''[[tft.setRotation(r)]]'''
+
***'''[[tft.setRotation()]]'''
 
}
 
}

2016年7月13日 (三) 04:28的版本