Crossware Contact Us
Case Study · Joint showcase

Project Eclipse.
Live maps on an MCU.
No external RAM.

Infineon TRAVEO™ T2G Qt Quick Ultralite Two-wheeler · Embedded World 2025

An ambitious high-end two-wheeler cluster showcase, created jointly by Infineon, the Qt Company and Crossware for Embedded World 2025. Rich animations, cinematic sequences and live map streaming from a phone — all rendered within the TRAVEO T2G's 4MB of internal RAM, with no external memory.

Infineon The Qt Company Crossware
Project Eclipse — two-wheeler cluster showing live streamed map navigation alongside the companion mobile app
Platform
Infineon TRAVEO™ T2G
Technology
Qt Quick Ultralite
Memory envelope
4MBInternal RAM only
Shown at
Embedded World 2025

Build the most ambitious two-wheeler cluster the platform can run.

Infineon, the Qt Company and Crossware set out to build a high-end demonstrator for the two-wheeler market — one that would show what TRAVEO T2G is genuinely capable of when its graphics hardware is fully exploited. The target was not a modest reference design. It was a showcase intended to redefine expectations of what an MCU-class cluster can look like.

Three goals shaped the project. Demonstrate high-end graphics and rich animations on an automotive MCU. Deliver live map streaming as the headline use case. And do all of it without external RAM.

The hard constraint: everything had to fit within the TRAVEO T2G's 4MB of internal RAM. Adding external memory would have solved the problem and defeated the purpose — the point was to prove the platform doesn't need it.

Hardware capability, reachable from application code.

Qt was chosen to demonstrate two things at once: that TRAVEO T2G's rendering hardware can be exploited with straightforward application code rather than hand-written low-level graphics work, and that the Qt Quick Ultralite graphics framework delivers the performance a showcase of this ambition requires.

The demonstrator makes deliberate use of the platform's special rendering modes — including on-the-fly (OTF) rendering — to achieve visual complexity that would otherwise demand a framebuffer larger than the available internal RAM.

High-end graphics and animations

Cinematic opening sequence with audio, complex pseudo-3D animations in the settings screens, and a glow effect that responds dynamically to vehicle speed.

Special rendering modes

OTF and related TRAVEO rendering paths exploited to deliver high visual fidelity without the RAM cost of conventional full-framebuffer composition.

Solar eclipse design concept

The entire visual language of the cluster is designed around the concept of a solar eclipse — the origin of the project name.

Live map streaming

The headline feature: real navigation maps, streamed from a phone and rendered in place on the MCU cluster display in real time.

Crossware built the entire stack — phone to pixel.

Map streaming to an MCU is not a single-component problem. It requires a working pipeline from the map provider, through a mobile application, across a wireless link, into a decoder on the MCU, and finally into the correct position in the rendered HMI. Crossware developed every stage of that stack.

01
Mobile application — map acquisition

A companion app receives map data from providers such as Google, then converts map frames into a form that can be transmitted and rendered efficiently on a microcontroller.

02
Wireless transport — Wi-Fi and BLE

Map frames are streamed from the phone to the cluster over Wi-Fi or BLE. Crossware developed both transport paths, including the framing and flow control needed to sustain a usable map update rate.

03
TRAVEO side — receive and decode

On the MCU, the incoming map stream is received and decoded within the memory envelope available — the decode path designed so that no stage requires buffers that would exceed internal RAM.

04
HMI integration — render in place

Decoded map content is rendered into the correct region of the live Qt Quick Ultralite HMI, composited alongside the cluster's gauges, telltales and animation layers without disrupting their frame rate.

Eclipse cluster UI showing speed, media playback and ECO mode
Cluster UI
Eclipse EV charging screen with power, range and battery state
EV charging screen

A showcase that changed what buyers expect from an MCU cluster.

Eclipse was demonstrated successfully at Embedded World 2025 and is used by Qt Group and Infineon as their reference showcase for advanced Qt for MCUs cluster capability. It proved that live map navigation, cinematic animation and high-end graphics are all achievable on a TRAVEO T2G within internal memory alone.

4MB Entire showcase within internal RAM — no external memory
Full stack Phone app, wireless transport, MCU decode and HMI integration
3 partners Built jointly with Infineon and the Qt Company

From Eclipse to Navia.

The showcase did not stop at the exhibition. Following the successful demonstration, Crossware continued to extend the platform — adding features, improving rendering performance, and broadening the connectivity options.

Embedded World 2025
Eclipse — initial showcase

Live map streaming over Wi-Fi, cinematic startup sequence, pseudo-3D settings animations and speed-reactive glow effects, all within 4MB internal RAM on TRAVEO T2G.

Post-show
Feature and performance expansion

Additional cluster features added and rendering performance improved. BLE transport support introduced alongside the original Wi-Fi path, and iOS support added to the companion app.

Now
Navia — the next generation

The current-generation solution pre-stores native map tiles on the cluster itself. Only the route and the vehicle's position are sent in real time from the phone over whichever channel is available — Wi-Fi or BLE. The system is designed so that if the pre-stored maps don't cover the current route, the cluster requests the map tiles that do, and those are streamed over the available Wi-Fi or BLE channel.