#v5 #vex #graphics

vexide-graphics

Graphics driver implementations for vexide

10 releases

0.1.7 Nov 29, 2024
0.1.6 Nov 29, 2024
0.1.5 Oct 16, 2024
0.1.2 Jul 16, 2024
0.1.1 May 17, 2024

#248 in Robotics

Download history 12/week @ 2024-09-14 26/week @ 2024-09-21 13/week @ 2024-09-28 337/week @ 2024-10-05 160/week @ 2024-10-12 23/week @ 2024-10-19 2/week @ 2024-10-26 197/week @ 2024-11-09 32/week @ 2024-11-16 102/week @ 2024-11-23 193/week @ 2024-11-30

524 downloads per month
Used in vexide

MIT and maybe GPL-3.0-only…

660KB
9K 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–19MB
~286K SLoC