Tft.drawFastHLine(x, y, w, color)

来自Microduino Wikipedia
跳转至: 导航搜索
drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color)

在屏幕上画出一条横线

  • 参数:

x: 起始点x坐标值

y: 起始点y坐标值

w: 横线长度

color: 线的颜色

  • 例子:


[返回TFT_ST7735语法手册]