“Tft.drawFastHLine(x, y, w, color)”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(创建页面,内容为“<pre style="color:green"> drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color) </pre> 在屏幕上画出一条横线<br> *'''参数''':<br> x: 起始点x...”)
 
 
第18行: 第18行:
  
  
[[https://www.microduino.cn/wiki/index.php/Arduino_%E8%AF%AD%E6%B3%95%E6%89%8B%E5%86%8C/zh 返回TFT_ST7735语法手册]]
+
[[http://wiki.microduino.cn/index.php/TFT_ST7735%E8%AF%AD%E6%B3%95%E6%89%8B%E5%86%8C/zh 返回TFT_ST7735语法手册]]

2016年7月13日 (三) 04:26的最新版本

drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color)

在屏幕上画出一条横线

  • 参数:

x: 起始点x坐标值

y: 起始点y坐标值

w: 横线长度

color: 线的颜色

  • 例子:


[返回TFT_ST7735语法手册]