Skip to main content

Overview

The glasses have a simple text-based display. The SDK provides several layout types through session.layouts to format content effectively.
Display Limitations:
  • Text only (no images)
  • Single color (green)
  • Limited screen size
  • 200-300ms minimum between updates

Available Layouts

Text Wall

Simple full-screen text display:

Double Text Wall

Split screen with top and bottom sections:

Reference Card

Structured layout with title and body:

Dashboard Card

Left-right layout for key-value pairs:

Clear View

Remove all content from display:

Bitmap View (Advanced)

For custom pixel-level control:

Display Options

All layout methods accept optional parameters:

Text Formatting

Line Breaks

Use \n for line breaks:

Text Wrapping

Long text automatically wraps, but you can control it:

Common Patterns

Status Updates

Live Data Display

Dashboard Mode

For always-visible information:

Rate Limiting

The display can only update every 200-300ms. Rapid updates will be queued or dropped.

Best Practices

The display is small. Use short, clear messages:
Choose the right layout for your content:
Content disappears after the duration: