“TFT ST7735语法手册/zh”的版本间的差异
1196357542(讨论 | 贡献) (创建页面,内容为“{{Language|TFT_ST7735语法手册}} {| style="width: 800px;" |- | *'''主要介绍一下用ST7735画图时的常用函数''' {| border="0" cellpadding="10" width="...”) |
1196357542(讨论 | 贡献) |
||
| (未显示同一用户的12个中间版本) | |||
| 第4行: | 第4行: | ||
| | | | ||
| − | *''' | + | *'''用ST7735画图时的常用函数和常量''' |
{| border="0" cellpadding="10" width="100%" | {| border="0" cellpadding="10" width="100%" | ||
|- | |- | ||
| − | |width=" | + | |width="33%" valign="top" align="left"| |
| − | |||
| − | |||
| − | |||
*'''Functions/函数''' | *'''Functions/函数''' | ||
**'''图形''' | **'''图形''' | ||
| − | ***'''[[ | + | ***'''[[tft.fillScreen()]]''' |
| − | ***'''[[ | + | ***'''[[tft.drawFastHLine()]]''' |
| − | ***'''[[ | + | ***'''[[tft.drawFastVLine()]]''' |
| + | ***'''[[tft.drawLine()]]''' | ||
| + | ***'''[[tft.drawRect()]]''' | ||
| + | ***'''[[tft.fillRect()]]''' | ||
| + | ***'''[[tft.drawCircle()]]''' | ||
| + | ***'''[[tft.fillCircle()]]''' | ||
| + | ***'''[[tft.drawTriangle()]]''' | ||
| + | ***'''[[tft.fillTriangle()]]''' | ||
| + | ***'''[[tft.drawRoundRect()]]''' | ||
| + | ***'''[[tft.fillRoundRect()]]''' | ||
| + | |width="33%" valign="top" align="left"| | ||
| + | *'''Functions/函数''' | ||
**'''文字''' | **'''文字''' | ||
| − | ***'''[[ | + | ***'''[[tft.setCursor()]]''' |
| − | ***'''[[ | + | ***'''[[tft.setTextColor()]]''' |
| − | ***'''[[ | + | ***'''[[tft.setTextSize()]]''' |
| − | } | + | ***'''[[tft.println()]]''' |
| + | |width="33%" valign="top" align="left"| | ||
| + | *'''Constants/常量''' | ||
| + | **'''[[预定义颜色]]''' | ||
| + | |} | ||
2016年7月13日 (三) 07:37的最新版本
| Language | English |
|---|
|