Overview
The glasses have a simple text-based display. The SDK provides several layout types throughsession.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
Menu System
Live Data Display
Dashboard Mode
For always-visible information:Rate Limiting
Best Practices
Keep text concise
Keep text concise
The display is small. Use short, clear messages:
Use appropriate layouts
Use appropriate layouts
Choose the right layout for your content:
Handle display timeouts
Handle display timeouts
Content disappears after the duration: