uploaded 3 years ago
Adafruit GFX Library for IDF

api

* drawBitmap
```
drawBitmap(x, y, bitmap, w, h, color)
```

* drawChar
Characters are 5x8
```
drawChar(x, y, c, color, bg, size)
```

* drawCircle
```
drawCircle(x, y, r, color)
```

* drawLine
```
drawLine(x1, y1, x2, y2, color)
```

* drawPixel
```
drawPixel(x,y,color)
```

* drawRect
```
drawRect(x, y, w, h, color)
```

* drawRoundRect
```
drawRoundRect(x, y, w, h, r, color)
```

* fillCircle
```
fillCircle(x, y, r, color)
```

* fillRect
```
fillRect(x, y, w, h, color)
```

* fillRoundRect
```
fillRoundRect(x, y, w, h, r, color)
```

* fillScreen
```
fillScreen(color)
```

* setCursor
```
setCursor(x, y)
```

* setRotation
```
setRotation(rotation)
```

* setTextColor
```
setTextColor(color)
setTextColor(color, backgroundColor)
```

* setTextSize
```
setTextSize(size)
```

* setTextWrap
```
setTextWrap(w)
```

Links

Supports all targets

License: BSD-2-Clause

To add this component to your project, run:

idf.py add-dependency "fasani/adafruit_gfx^1.7.7"

or download archive

Stats

  • Archive size
    Archive size ~ 306.73 KB
  • Downloaded in total
    Downloaded in total 489 times
  • Downloaded this version
    This version: 41 times

Badge

fasani/adafruit_gfx version: 1.7.7
|