“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...”)
(没有差异)

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

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

在屏幕上画出一条横线

  • 参数:

x: 起始点x坐标值

y: 起始点y坐标值

w: 横线长度

color: 线的颜色

  • 例子:


[返回TFT_ST7735语法手册]