“Adafruit GFX库”的版本间的差异

来自YFRobotwiki
跳转至: 导航搜索
第1行: 第1行:
  
Adafruit_GFX github: [https://github.com/adafruit/Adafruit_GFX Adafruit_GFX]
+
Adafruit_GFX github: [https://github.com/adafruit/Adafruit-GFX-Library Adafruit_GFX]
  
 
{| border="0" cellpadding="10" width="100%"
 
{| border="0" cellpadding="10" width="100%"

2016年9月5日 (一) 15:43的版本

Adafruit_GFX github: Adafruit_GFX

Adafruit_GFX



Examples

- XX :
- XX :
- XX :
- XX :



Adafruit_GFX库

BLACK 0

WHITE 1

INVERSE 2

- Adafruit_GFX(int16_t w, int16_t h)

- drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color)

- drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color)

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

- drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)

- fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)

- fillScreen(uint16_t color)

- invertDisplay(boolean i)

- drawCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)

- drawCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername,uint16_t color)

- fillCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)

- fillCircleHelper(int16_t x0, int16_t y0, int16_t r, uint8_t cornername,int16_t delta, uint16_t color)

- drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color)

- fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color)

- drawRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint16_t color)

- fillRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint16_t color)

- drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color)

- drawBitmap(int16_t x, int16_t y, const uint8_t *bitmap, int16_t w, int16_t h, uint16_t color, uint16_t bg)

- drawFastHLine






返回Arduino库菜单

返回首页

更多建议和问题欢迎反馈至 YFRobot论坛