MCPcopy Create free account
hub / github.com/dejwk/roo_display

github.com/dejwk/roo_display @3.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 3.1.2 ↗ · + Follow
3,305 symbols 8,508 edges 459 files 617 documented · 19% updated 2d ago3.1.2 · 2026-06-04★ 1711 open issues

Browse by type

Functions 2,700 Types & classes 605
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

About the library

roo_display is a feature-rich, fast, and easy to use library intended for building 'smart home' and similar controllers with graphical UI and optionally touch control.

Highlights

  • Text: anti-aliasing, kerning, zero-flicker, FreeType-style alignment, font metrics, UTF-8, formatting;
  • Fonts: collection of Google Noto Sans, Serif, and Mono fonts in various styles (regular, bold, condensed, italic, combinations), and multiple sizes included. Extended alphabet. Font import tool available;
  • Shapes: variety of basic and anti-aliased shapes including filled and stroked circles, round-rectangles, triangles, wedges, pies, trapezoids, lines, and arcs, with specified widths and rounded or flat endings;
  • Offscreen: supports drawing to memory buffers, using a rich variety of color modes (ARGB 8888, RGBA 8888, RGB 888, ARGB 6666, ARGB 4444, RGB 565, Gray8, Gray4, GrayAlpha8, Alpha8, Alpha4, Indexed8, Indexed4, Indexed2, Indexed1);
  • Images: JPEG, PNG; custom RLE-encoded as well as uncompressed PROGMEM-compatible image formats, supporting variety of color modes (same as above); image import tool available;
  • Icons: includes a collection of over 34000 Google Material Icons, divided into 4 styles, 18 categories, and 4 sizes;
  • Positioning: flexible alignment options, magnification / stretch, rotation;
  • Clipping: clip rectangles, clip masks;
  • Color: internal 32-bit ARGB; transparency, alpha-blending, alpha-compositing, 140 named HTML colors; multi-node color gradients: linear, radial, angular;
  • Compositing: backgrounds, overlays (sprites), zero-flicker, memory-conservative Porter-Duff and blending modes;
  • Touch: excellent quality drivers with noise filtering and smoothing; supports multi-touch on compliant devices;
  • Extensibility: clean abstractions, including drawable objects, device drivers, fonts; supports arbitrary extensions (e.g. user-defined drawables, third-party drivers) as first-class entities;
  • Excellent performance: highly optimized SPI transport, vectorized interfaces;
  • Low footprint: memory-conscious implementation;
  • Documentation: comprehensive programming guide;
  • See also: a companion roo_windows library for building complex touch-based UI applications with scroll, animation, etc.

Compatibility

  • Supported SPI display drivers: ILI9341, ILI9486, ILI9488, SSD1327, ST7735, ST7789, ST7796s;
  • ESP32S3 DMA parallel driver harness;
  • Adapter driver for TFT_eSPI-supported displays;
  • Supported touch drivers: XPT2046, FT6x36, GT911;
  • Supported integrated devices (microcontroller + touch display): LilyGo T-Display-S3, Makerfabs: 3.5in, 4.3in, 5in, and 7in, ILI9488 SPI-based capacitive touch combo; 4.3in, parallel DMA-based capacitive touch combo.

Gallery

img2 img9 img10 img18 img21 img22 img25 img29 img30 img31 img32 img35 img65 img65 img42 img43 img45 img48 img49 img50 img51 img52 img54 img56 img58 img59 img60 img61 img62

User documentation

Core symbols most depended-on inside this repo

Shape

Method 2,108
Function 592
Class 556
Enum 49

Languages

C++97%
C3%

Modules by API surface

test/testing.h159 symbols
src/roo_display/shape/impl/smooth_round_rect.cpp129 symbols
src/roo_display/core/offscreen.h117 symbols
src/roo_display/color/blending.h105 symbols
src/roo_display/color/color_modes.h95 symbols
src/roo_display/core/buffered_drawing.h86 symbols
test/offscreen_test.cpp61 symbols
src/roo_display.h61 symbols
src/roo_display/shape/smooth_transformation.h60 symbols
src/roo_display/internal/color_io.h51 symbols
src/roo_display/image/image_stream.h49 symbols
src/roo_display/filter/background_fill_optimizer.cpp49 symbols

For agents

$ claude mcp add roo_display \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page