Adafruit-GFX-Library
Adafruit-GFX-Library copied to clipboard
Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
In Adafruit_SPITFT.h, line 182, "added to x" should read "added to y".
I added the public functions: drawPolygon: draw lines between a list of points, connect the last and first points. fillPolygon: draw lines between a list of points, fill in what...
Add a doc status badge to the README.
The problem: the first line of custom fonts are drawn offscreen (in any size) The fix: In the drawChar function I've added yAdvance from the custom font construct to the...
Does this library supports ESP32-C3?
The getTextBounds returns the smallest rectangle encompassing the set pixels of a text string to be displayed using the current font. I experience 2 issues with this approach: - Determining...
- Arduino board: Grand Central M4 Express - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.19 - List the steps to reproduce the problem below (if possible...
I wanted use LCD and Adafruit_ILI9341 with using PA4 of STM32F7 as CS pin. However PA4 is 205 so it cannot be handled with int8_t type so I change type...
- Arduino board: Mega2560 - Arduino IDE version (found in Arduino -> About Arduino menu): CLion/PlatformIO - List the steps to reproduce the problem below (if possible attach a sketch...
- Arduino board: **INSERT ARDUINO BOARD NAME/TYPE HERE** Feather M4 Express - Arduino IDE version (found in Arduino -> About Arduino menu): **INSERT ARDUINO VERSION HERE** 1.8.9 - List the...