Files
openpilot-evo/system/ui
Cameron Clough 651ff78cb0 ui(raylib): increase font size and wrap text in spinner (#35049)
- Wrap text onto separate lines
- Increase font size to be closer to Qt
- Remove extra letter spacing - 0.0 should use font default spacing, and this is used in `wrap_text`

Will fix vertical alignment separately, as both the text and progress bar layouts need to be considered
2025-04-22 16:07:05 +01:00
..
2025-02-17 10:40:07 -08:00
2025-04-21 16:13:55 -07:00

ui

The user interfaces here are built with raylib.

Quick start: