# moononournation/Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces

Repository: https://github.com/moononournation/Arduino_GFX
Canonical: https://ross.abutalabs.com/products/arduino_gfx
Language: C
License: NOASSERTION
License Family: other
Topics: arduino, avr, dpi, esp32, esp8266, gfx, lcd, oled, parallel, pico, rgb, spi, stm32, teensy, utf8
Last push: 2026-08-30T17:44:18+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 100, release rhythm 81, longevity 100
- inputs: {"age_days": 2605, "days_push": 3, "days_rel": 46, "gap_med": 31, "n_releases_24m": 20}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1134, forks 243 (observed 2026-09-01T02:14:05.135295+00:00)

## What it is
Arduino_GFX is an Arduino graphics library supporting various color displays (LCD, OLED) over multiple data bus interfaces such as SPI, parallel, and RGB. It is a rewrite inspired by Adafruit_GFX, LovyanGFX, TFT_eSPI, and Ucglib, with simple declaration APIs and U8g2/UTF8 font support.

## Use cases
- drive a tft lcd from esp32 with arduino
- draw text and graphics on an oled display
- render utf8 unicode text on arduino display
- support multiple display bus interfaces like spi and parallel
- get started quickly with supported dev devices like lilygo t-deck
- port adafruit_gfx style code to more displays

## When to choose
- you need broad display and data bus support in one arduino library
- you want simple, Adafruit_GFX-like APIs with modern display support
- you need UTF8/U8g2 font rendering on small MCUs

## When to avoid
- you are not on an Arduino-compatible embedded platform
- you need GPU-accelerated or high-level UI framework features beyond basic graphics
- your display is unsupported and you cannot write a custom driver

## Facets
- artifact type: library
- maturity: active
- function: graphics, ui-components, embedded
- domain: embedded-systems, hardware, graphics
- platform: embedded, iot, cpp
- tags: arduino, tft, lcd, oled, spi, esp32, display-driver, gfx-library

## Member repositories
- moononournation/Arduino_GFX (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:14:05.135295+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:37:26.919667+00:00, confidence not recorded.
  - readme: https://github.com/moononournation/Arduino_GFX (fetched 2026-09-01T02:14:05.135295+00:00, sha b4a1ca5f21f7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
