#v5 #vex #graphics #robotics

vexide-graphics

Graphics driver implementations for vexide

2 releases

0.1.1 May 17, 2024
0.1.0 May 11, 2024

#538 in Embedded development

Download history 115/week @ 2024-05-05 170/week @ 2024-05-12 30/week @ 2024-05-19

315 downloads per month
Used in vexide

MIT and maybe GPL-3.0-only…

325KB
6K SLoC

vexide-graphics is a collection of V5 Brain display driver implementations for embedded rendering libraries. This crate is part of the vexide ecosystem.

Features

  • embedded-graphics: Enables support for the embedded-graphics crate.
  • slint: Enables support for the Slint graphics library.

Usage

Slint

To use Slint, call initialize_slint_platform and then continue using Slint as normal. If you get errors when building your slint files, try enabling the EmbedResourcesKind slint compile option.

Embedded-graphics

To use embedded-graphics, create a new BrainDisplay using its new function and start using it as a draw target.

Dependencies

~1–18MB
~253K SLoC