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
Added a new method drawBitmapFast in Adafruit_SPITFT which is esentially a copy of the Adafruit_GFX drawBitmap but with much better performance. This is achieved by setting up the address window...
This is the [documented way](https://github.com/espressif/arduino-esp32/blob/b2e67ca2785bf666f1715978bb51ebee8be62dab/docs/en/esp-idf_component.rst?plain=1#L257) to reference the `arduino-esp32` component. I believe you must reference it this way to use the [version in IDF component manager](https://components.espressif.com/components/espressif/arduino-esp32/versions/3.0.3). Similar PR for BusIO:...
A simple change to make Adafruit_GFX_Button::drawButton work with custom fonts by using getTextBounds to obtain the text bounds. (it is, afaik, also covered by PR #347 in a slightly different...
i did tried build fontconvert and still no luck (freetype2 also not detected) there is any precomplied binary (fontconvert,exe) that can used instead build by self (since building took too...
Hello, is it possible to add/include the degree symbol in the FreeSans fonts in the future? Some users modyfied some font types on her own but there is no fully...
There was a `digitalPinToPort` macro usage missing in softspi fastio implementation for Teensy, that worked by accident, only because Teensy implementation of this macro is trivial: `#define digitalPinToPort(pin) (pin)`. After...
it would be great if line break mantains initial cursor x position so we could have a block of text not aligned by zero, or having to set cursor in...
This is in conjunction with adafruit/Adafruit_SH110x#20
Is there a mac app that supports a gui to program my 64x32 led rgb matrix, a'm using a esp32 S3 with the HUB75 RGB LED matrix panel library utilizing...
I'm trying to use TomThumb with my little project. I use a wemos d1 mini pro (ESP8266) and the wemos OLED shield (64*48 SSD1306). Here is my project -> [my...